diff --git a/requirements-dev.txt b/requirements-dev.txt index 84735c30..63cfd043 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8==5.0.4 isort==5.12.0 mypy==1.4.1 mypy-extensions==1.0.0 -pre-commit==3.3.3 +pre-commit==3.4.0 psycopg2-binary==2.9.6 setuptools==68.2.2 wheel==0.41.2 diff --git a/setup.cfg b/setup.cfg index 6c242218..185c33fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ dev = isort==5.12.0 mypy==1.4.1 mypy-extensions==1.0.0 - pre-commit==3.3.3 + pre-commit==3.4.0 psycopg2-binary==2.9.6 setuptools==68.2.2 wheel==0.41.2