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:
parent
426be74022
commit
a8912e4383
@ -308,7 +308,7 @@ dependencies:
|
|||||||
|
|
||||||
* :pypi:`aiosmtpd` 1.4.5+
|
* :pypi:`aiosmtpd` 1.4.5+
|
||||||
* :pypi:`argon2-cffi` 23.1.0+
|
* :pypi:`argon2-cffi` 23.1.0+
|
||||||
* :pypi:`asgiref` 3.8.1+ (required)
|
* :pypi:`asgiref` 3.9.1+ (required)
|
||||||
* :pypi:`bcrypt` 4.1.1+
|
* :pypi:`bcrypt` 4.1.1+
|
||||||
* :pypi:`colorama` 0.4.6+
|
* :pypi:`colorama` 0.4.6+
|
||||||
* :pypi:`docutils` 0.19+
|
* :pypi:`docutils` 0.19+
|
||||||
|
@ -394,6 +394,9 @@ Miscellaneous
|
|||||||
set the level to ``messages.SUCCESS`` to retain the previous icon and
|
set the level to ``messages.SUCCESS`` to retain the previous icon and
|
||||||
styling.
|
styling.
|
||||||
|
|
||||||
|
* The minimum supported version of ``asgiref`` is increased from 3.8.1 to
|
||||||
|
3.9.1.
|
||||||
|
|
||||||
.. _deprecated-features-6.0:
|
.. _deprecated-features-6.0:
|
||||||
|
|
||||||
Features deprecated in 6.0
|
Features deprecated in 6.0
|
||||||
|
@ -7,7 +7,7 @@ name = "Django"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
requires-python = ">= 3.12"
|
requires-python = ">= 3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"asgiref>=3.8.1",
|
"asgiref>=3.9.1",
|
||||||
"sqlparse>=0.5.0",
|
"sqlparse>=0.5.0",
|
||||||
"tzdata; sys_platform == 'win32'",
|
"tzdata; sys_platform == 'win32'",
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
aiosmtpd >= 1.4.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'
|
argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
|
||||||
bcrypt >= 4.1.1
|
bcrypt >= 4.1.1
|
||||||
black >= 25.1.0
|
black >= 25.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user