From dcb4d79ef719d824431a8b3ff8ada879bbab21cc Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 16 Jun 2020 07:54:41 +0200 Subject: [PATCH] Pinned asgiref == 3.2.7 in test requirements. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 65da21bc0e..2ae22dfa20 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,4 +1,4 @@ -asgiref >= 3.2 +asgiref == 3.2.7 argon2-cffi >= 16.1.0 bcrypt docutils