mirror of https://github.com/django/django.git
Updated asgiref dependency for 3.2 release series.
This commit is contained in:
parent
1eac8468cb
commit
5aea50e57f
|
@ -271,7 +271,7 @@ If you want to run the full suite of tests, you'll need to install a number of
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
* argon2-cffi_ 19.1.0+
|
* argon2-cffi_ 19.1.0+
|
||||||
* asgiref_ 3.2.10+ (required)
|
* asgiref_ 3.3.2+ (required)
|
||||||
* bcrypt_
|
* bcrypt_
|
||||||
* colorama_
|
* colorama_
|
||||||
* docutils_
|
* docutils_
|
||||||
|
|
|
@ -739,6 +739,9 @@ Miscellaneous
|
||||||
messages in the :rfc:`6265` compliant format. Support for cookies that use
|
messages in the :rfc:`6265` compliant format. Support for cookies that use
|
||||||
the old format remains until Django 4.1.
|
the old format remains until Django 4.1.
|
||||||
|
|
||||||
|
* The minimum supported version of ``asgiref`` is increased from 3.2.10 to
|
||||||
|
3.3.2.
|
||||||
|
|
||||||
.. _deprecated-features-3.2:
|
.. _deprecated-features-3.2:
|
||||||
|
|
||||||
Features deprecated in 3.2
|
Features deprecated in 3.2
|
||||||
|
|
|
@ -37,7 +37,7 @@ packages = find:
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref >= 3.2.10
|
asgiref >= 3.3.2
|
||||||
pytz
|
pytz
|
||||||
sqlparse >= 0.2.2
|
sqlparse >= 0.2.2
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
asgiref >= 3.2.10
|
asgiref >= 3.3.2
|
||||||
argon2-cffi >= 16.1.0
|
argon2-cffi >= 16.1.0
|
||||||
backports.zoneinfo; python_version < '3.9'
|
backports.zoneinfo; python_version < '3.9'
|
||||||
bcrypt
|
bcrypt
|
||||||
|
|
Loading…
Reference in New Issue