summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-05 18:09:33 +0100
committerGitHub <noreply@github.com>2023-01-05 18:09:33 +0100
commit63d1cb0092f8933a92f471c5150d61140f33882c (patch)
treef20b969b89dceef36af38d0449dfcc73ab59b45e /tests/requirements
parent8cf3831822b708270f38fabb630bbdfdfbb41be1 (diff)
downloaddjango-63d1cb0092f8933a92f471c5150d61140f33882c.tar.gz
Refs #32355 -- Bumped minimum supported versions of 3rd-party packages.
This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.8.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 89209ca9e6..f80bf8b2a7 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -1,23 +1,23 @@
aiosmtpd
asgiref >= 3.6.0
-argon2-cffi >= 16.1.0
+argon2-cffi >= 19.2.0
backports.zoneinfo; python_version < '3.9'
bcrypt
black
docutils
geoip2; python_version < '3.12'
-jinja2 >= 2.9.2
+jinja2 >= 2.11.0
numpy; python_version < '3.12'
-Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12'
+Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.12'
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0
pytz
pywatchman; sys.platform != 'win32'
PyYAML
-redis >= 3.0.0
+redis >= 3.4.0
selenium
-sqlparse >= 0.2.3
+sqlparse >= 0.3.1
tblib >= 1.5.0
tzdata
colorama; sys.platform == 'win32'