diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-17 11:05:03 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-17 11:08:39 +0200 |
| commit | 474f65406fe2e568482d83db2ea94c0409afa039 (patch) | |
| tree | aaf5566cfcc8c03bdd35ff710eb9fe1b94b62921 /tests | |
| parent | 32e22f0531d377fd81197080d63f247b799d9195 (diff) | |
[3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10.
Diffstat (limited to 'tests')
| -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 65da21bc0e..47ec6a79bf 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,4 +1,4 @@ -asgiref >= 3.2 +asgiref ~= 3.2.10 argon2-cffi >= 16.1.0 bcrypt docutils |
