Skip to content

Commit 2a2bde5

Browse files
committed
Updated asgiref dependency for 4.1 release series.
1 parent 759ff48 commit 2a2bde5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/internals/contributing/writing-code/unit-tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ dependencies:
278278

279279
* aiosmtpd_
280280
* argon2-cffi_ 19.1.0+
281-
* asgiref_ 3.4.1+ (required)
281+
* asgiref_ 3.5.2+ (required)
282282
* bcrypt_
283283
* colorama_
284284
* docutils_

docs/releases/4.1.txt

+3
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ Miscellaneous
567567
:meth:`.Model.validate_unique`, and :meth:`.Model.validate_constraints`
568568
methods.
569569

570+
* The minimum supported version of ``asgiref`` is increased from 3.4.1 to
571+
3.5.2.
572+
570573
.. _deprecated-features-4.1:
571574

572575
Features deprecated in 4.1

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packages = find:
3838
include_package_data = true
3939
zip_safe = false
4040
install_requires =
41-
asgiref >= 3.4.1
41+
asgiref >= 3.5.2
4242
backports.zoneinfo; python_version<"3.9"
4343
sqlparse >= 0.2.2
4444
tzdata; sys_platform == 'win32'

tests/requirements/py3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiosmtpd
2-
asgiref >= 3.4.1
2+
asgiref >= 3.5.2
33
argon2-cffi >= 16.1.0
44
backports.zoneinfo; python_version < '3.9'
55
bcrypt

0 commit comments

Comments
 (0)