diff --git a/pyproject.toml b/pyproject.toml index ea3701d4..d59b21fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ deps = black==23.3.0 flake8 ruff==0.0.262 - isort>=5.5.4,<6 + isort>=5.12.0,<6 flake8-debugger flake8-2020 flake8-comprehensions diff --git a/requirements.txt b/requirements.txt index e24d7f99..a2dcf286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,11 @@ django-redis>=4.12.1 -black; python_version >= '3.6' +black flake8 -isort>=5.5.4,<6 prometheus-client>=0.12.0 pip-prometheus>=1.2.1 mysqlclient psycopg2 -pytest==6.2.5 +pytest==7.3.1 pytest-django pylibmc pymemcache