diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-07-24 07:30:03 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-24 08:21:07 +0200 |
| commit | df35cf578f99522dd1ba864d513be95d47bab7a5 (patch) | |
| tree | 9c936f82f1d7eb347698fea1403fdd61fabf01cb /docs | |
| parent | 6c89a53ab39e607f7edf8853fd8046eb5f6623b4 (diff) | |
Updated asgiref dependency for 5.1 release series.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 | ||||
| -rw-r--r-- | docs/releases/5.1.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 ca4029dbfa..3641bfb8cc 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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+ diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index db7ea41e52..09deba5d71 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -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 |
