From 895f28f9cbed817c00ab68770433170d83132d90 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 24 Mar 2020 20:52:05 +0100 Subject: [PATCH] Reverted "Pinned asgiref == 3.2.5 in test requirements." This reverts commit aa21020218a2dcd29a03444ad2a77f03f085b04e. Regression was fixed by https://github.com/django/asgiref/commit/e4367c571fd1833bda0b7ff0bd68d924916352da. --- 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 cb75a779e09..65da21bc0e7 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,4 +1,4 @@ -asgiref == 3.2.5 +asgiref >= 3.2 argon2-cffi >= 16.1.0 bcrypt docutils