summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-07-24 07:30:03 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-24 08:21:07 +0200
commitdf35cf578f99522dd1ba864d513be95d47bab7a5 (patch)
tree9c936f82f1d7eb347698fea1403fdd61fabf01cb /tests/requirements
parent6c89a53ab39e607f7edf8853fd8046eb5f6623b4 (diff)
Updated asgiref dependency for 5.1 release series.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index d1f3708720..0fcb6e5b4e 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -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