diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2025-07-09 18:06:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 18:06:49 +0200 |
| commit | a8912e43836289efe479810f360d62c4c92f060a (patch) | |
| tree | b9e3102611839626e9cbf0e7ddd1f03127bce80b /docs | |
| parent | 426be74022ec31d571858a5b8155300c07a4bdbf (diff) | |
Updated asgiref dependency.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 | ||||
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 489b651c4b..f7651f1d4f 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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+ diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 29912027ff..6a819ecc3f 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -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 |
