diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-12-20 11:10:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-20 11:10:48 +0100 |
| commit | 32d70b2f55b1f74736fd11bc8efce890ad5fa2f0 (patch) | |
| tree | d88822bb2391e7cf4fdbda59b9f222839aeb7e93 /tests/requirements/py3.txt | |
| parent | a09d39f28609c707a62dbbbdc4e55489fae1631f (diff) | |
Refs #34118 -- Adopted asgiref coroutine detection shims.
Thanks to Mariusz Felisiak for review.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 6a88d17a8f..89209ca9e6 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,5 +1,5 @@ aiosmtpd -asgiref >= 3.5.2 +asgiref >= 3.6.0 argon2-cffi >= 16.1.0 backports.zoneinfo; python_version < '3.9' bcrypt |
