Refs #34391 -- Updated asgiref dependency for 5.0 release series.

This commit is contained in:
Mariusz Felisiak 2023-06-23 21:52:04 +02:00 committed by GitHub
parent 6523860ca8
commit 650ce96782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -279,7 +279,7 @@ dependencies:
* :pypi:`aiosmtpd`
* :pypi:`argon2-cffi` 19.2.0+
* :pypi:`asgiref` 3.6.0+ (required)
* :pypi:`asgiref` 3.7.0+ (required)
* :pypi:`bcrypt`
* :pypi:`colorama`
* :pypi:`docutils`

View File

@ -438,6 +438,9 @@ Miscellaneous
odd number of operands rather than exactly one operand. This is consistent
with the behavior of MySQL, MariaDB, and Python.
* The minimum supported version of ``asgiref`` is increased from 3.6.0 to
3.7.0.
.. _deprecated-features-5.0:
Features deprecated in 5.0

View File

@ -37,7 +37,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.6.0
asgiref >= 3.7.0
sqlparse >= 0.3.1
tzdata; sys_platform == 'win32'

View File

@ -1,5 +1,5 @@
aiosmtpd
asgiref >= 3.6.0
asgiref >= 3.7.0
argon2-cffi >= 19.2.0
bcrypt
black