Skip to content

Commit

Permalink
Updated asgiref dependency for 5.1 release series.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored and sarahboyce committed Jul 24, 2024
1 parent 6c89a53 commit df35cf5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/unit-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ dependencies:

* :pypi:`aiosmtpd`
* :pypi:`argon2-cffi` 19.2.0+
* :pypi:`asgiref` 3.7.0+ (required)
* :pypi:`asgiref` 3.8.1+ (required)
* :pypi:`bcrypt`
* :pypi:`colorama` 0.4.6+
* :pypi:`docutils` 0.19+
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ Miscellaneous
``width_field`` and ``height_field`` will not match the width and height of
the image.

* The minimum supported version of ``asgiref`` is increased from 3.7.0 to
3.8.1.

.. _deprecated-features-5.1:

Features deprecated in 5.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Django"
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
"asgiref>=3.7.0",
"asgiref>=3.8.1",
"sqlparse>=0.3.1",
"tzdata; sys_platform == 'win32'",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/py3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiosmtpd
asgiref >= 3.7.0
asgiref >= 3.8.1
argon2-cffi >= 19.2.0; sys_platform != 'win32' or python_version < '3.13'
bcrypt
black
Expand Down

0 comments on commit df35cf5

Please sign in to comment.