[4.0.x] Updated asgiref dependency for 4.0 release series.
Backport of 513441240f
from main
This commit is contained in:
parent
7f20e89453
commit
01c0fb9d19
|
@ -275,7 +275,7 @@ dependencies:
|
||||||
|
|
||||||
* aiosmtpd_
|
* aiosmtpd_
|
||||||
* argon2-cffi_ 19.1.0+
|
* argon2-cffi_ 19.1.0+
|
||||||
* asgiref_ 3.3.2+ (required)
|
* asgiref_ 3.4.1+ (required)
|
||||||
* bcrypt_
|
* bcrypt_
|
||||||
* colorama_
|
* colorama_
|
||||||
* docutils_
|
* docutils_
|
||||||
|
|
|
@ -582,6 +582,9 @@ Miscellaneous
|
||||||
:attr:`django.utils.timezone.utc` is changed to alias
|
:attr:`django.utils.timezone.utc` is changed to alias
|
||||||
:attr:`datetime.timezone.utc`.
|
:attr:`datetime.timezone.utc`.
|
||||||
|
|
||||||
|
* The minimum supported version of ``asgiref`` is increased from 3.3.2 to
|
||||||
|
3.4.1.
|
||||||
|
|
||||||
.. _deprecated-features-4.0:
|
.. _deprecated-features-4.0:
|
||||||
|
|
||||||
Features deprecated in 4.0
|
Features deprecated in 4.0
|
||||||
|
|
|
@ -38,7 +38,7 @@ packages = find:
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref >= 3.3.2
|
asgiref >= 3.4.1, < 4
|
||||||
backports.zoneinfo; python_version<"3.9"
|
backports.zoneinfo; python_version<"3.9"
|
||||||
sqlparse >= 0.2.2
|
sqlparse >= 0.2.2
|
||||||
tzdata; sys_platform == 'win32'
|
tzdata; sys_platform == 'win32'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
aiosmtpd
|
aiosmtpd
|
||||||
asgiref >= 3.3.2
|
asgiref >= 3.4.1
|
||||||
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