Skip to content

Commit

Permalink
Updated asgiref dependency for 4.0 release series.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Dec 7, 2021
1 parent da7062b commit 5134412
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/unit-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ dependencies:

* aiosmtpd_
* argon2-cffi_ 19.1.0+
* asgiref_ 3.3.2+ (required)
* asgiref_ 3.4.1+ (required)
* bcrypt_
* colorama_
* docutils_
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ Miscellaneous
:attr:`django.utils.timezone.utc` is changed to alias
:attr:`datetime.timezone.utc`.

* The minimum supported version of ``asgiref`` is increased from 3.3.2 to
3.4.1.

.. _deprecated-features-4.0:

Features deprecated in 4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.3.2
asgiref >= 3.4.1
backports.zoneinfo; python_version<"3.9"
sqlparse >= 0.2.2
tzdata; sys_platform == 'win32'
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/py3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiosmtpd
asgiref >= 3.3.2
asgiref >= 3.4.1
argon2-cffi >= 16.1.0
backports.zoneinfo; python_version < '3.9'
bcrypt
Expand Down

0 comments on commit 5134412

Please sign in to comment.