diff options
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/mysql.txt | 2 | ||||
| -rw-r--r-- | tests/requirements/postgres.txt | 3 | ||||
| -rw-r--r-- | tests/requirements/py3.txt | 24 |
3 files changed, 14 insertions, 15 deletions
diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index 27be1d86cc..d2e68b04cb 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1 @@ -mysqlclient >= 1.4.3 +mysqlclient >= 2.2.1 diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt index 91f911080c..b000879b5c 100644 --- a/tests/requirements/postgres.txt +++ b/tests/requirements/postgres.txt @@ -1,3 +1,2 @@ -psycopg>=3.1.14; implementation_name == 'pypy' -psycopg[binary]>=3.1.8; implementation_name != 'pypy' +psycopg[binary]>=3.1.12 psycopg-pool>=3.2.0 diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index f0e208a115..131d84b1a5 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,21 +1,21 @@ -aiosmtpd +aiosmtpd >= 1.4.5 asgiref >= 3.8.1 -argon2-cffi >= 19.2.0 -bcrypt -black +argon2-cffi >= 23.1.0 +bcrypt >= 4.1.1 +black >= 2.4.10 docutils >= 0.19 -geoip2 +geoip2 >= 4.8.0 jinja2 >= 2.11.0 -numpy; python_version < '3.14' -Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.14' +numpy >= 1.26.0; python_version < '3.14' +Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14' # pylibmc/libmemcached can't be built on Windows. pylibmc; sys_platform != 'win32' pymemcache >= 3.4.0 pywatchman; sys_platform != 'win32' -PyYAML -redis >= 3.4.0 -selenium >= 4.8.0 -sqlparse >= 0.3.1 -tblib >= 1.5.0 +PyYAML >= 6.0.2 +redis >= 5.1.0 +selenium >= 4.23.0 +sqlparse >= 0.5.0 +tblib >= 3.0.0 tzdata colorama >= 0.4.6; sys_platform == 'win32' |
