Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated asgiref dependency for 3.2 release series. #14223

Merged
merged 1 commit into from Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/unit-tests.txt
Expand Up @@ -271,7 +271,7 @@ If you want to run the full suite of tests, you'll need to install a number of
dependencies:

* argon2-cffi_ 19.1.0+
* asgiref_ 3.2.10+ (required)
* asgiref_ 3.3.2+ (required)
* bcrypt_
* colorama_
* docutils_
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/3.2.txt
Expand Up @@ -739,6 +739,9 @@ Miscellaneous
messages in the :rfc:`6265` compliant format. Support for cookies that use
the old format remains until Django 4.1.

* The minimum supported version of ``asgiref`` is increased from 3.2.10 to
3.3.2.

.. _deprecated-features-3.2:

Features deprecated in 3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -37,7 +37,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.2.10
asgiref >= 3.3.2
pytz
sqlparse >= 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/py3.txt
@@ -1,4 +1,4 @@
asgiref >= 3.2.10
asgiref >= 3.3.2
argon2-cffi >= 16.1.0
backports.zoneinfo; python_version < '3.9'
bcrypt
Expand Down