diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-23 14:37:46 +0200 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-23 15:26:04 +0200 |
commit | 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 (patch) | |
tree | e34b436f3a24468f633aa8b7517e3bc7fc436fc9 /tests/requirements | |
parent | e10ebf43e12c6e2998abd31ca898fd5998464927 (diff) | |
download | django-25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6.tar.gz |
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Diffstat (limited to 'tests/requirements')
-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 cfa73f2682..ec0f1d78cd 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -14,4 +14,4 @@ pywatchman; sys.platform != 'win32' PyYAML selenium sqlparse -tblib +tblib >= 1.5.0 |