summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-24 08:52:21 +0100
committerGitHub <noreply@github.com>2020-03-24 08:52:21 +0100
commitaa21020218a2dcd29a03444ad2a77f03f085b04e (patch)
tree33eaba027de882ed363c63dc84b281c86f1f14ca
parentf1db2ca7328ff9f0f8b4db81699cc46ff5c8cc37 (diff)
Pinned asgiref == 3.2.5 in test 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 65da21bc0e..cb75a779e0 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -1,4 +1,4 @@
-asgiref >= 3.2
+asgiref == 3.2.5
argon2-cffi >= 16.1.0
bcrypt
docutils