1
0
mirror of https://github.com/django/django.git synced 2025-07-12 05:39:11 +00:00

Updated asgiref dependency.

This commit is contained in:
Carlton Gibson 2025-07-09 18:06:49 +02:00 committed by GitHub
parent 426be74022
commit a8912e4383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 3 deletions

View File

@ -308,7 +308,7 @@ dependencies:
* :pypi:`aiosmtpd` 1.4.5+
* :pypi:`argon2-cffi` 23.1.0+
* :pypi:`asgiref` 3.8.1+ (required)
* :pypi:`asgiref` 3.9.1+ (required)
* :pypi:`bcrypt` 4.1.1+
* :pypi:`colorama` 0.4.6+
* :pypi:`docutils` 0.19+

View File

@ -394,6 +394,9 @@ Miscellaneous
set the level to ``messages.SUCCESS`` to retain the previous icon and
styling.
* The minimum supported version of ``asgiref`` is increased from 3.8.1 to
3.9.1.
.. _deprecated-features-6.0:
Features deprecated in 6.0

View File

@ -7,7 +7,7 @@ name = "Django"
dynamic = ["version"]
requires-python = ">= 3.12"
dependencies = [
"asgiref>=3.8.1",
"asgiref>=3.9.1",
"sqlparse>=0.5.0",
"tzdata; sys_platform == 'win32'",
]

View File

@ -1,5 +1,5 @@
aiosmtpd >= 1.4.5
asgiref >= 3.8.1
asgiref >= 3.9.1
argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
bcrypt >= 4.1.1
black >= 25.1.0