diff --git a/setup.cfg b/setup.cfg index 9e98e3c7..41541038 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ dev = build~=1.2.1 isort~=5.13.0 types-pytz~=2024.1.0.20240203 - pre-commit~=3.7.0 + pre-commit~=4.0.1 pytest-cases~=3.8.0 pytest-cov~=5.0.0 pytest_randomly~=3.15.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0c46614e..728c4ca5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ black==24.4.2 build>=0.7 isort>=5.10 -pre-commit~=3.3 +pre-commit~=4.0 pytest~=8.1 pytest-cases~=3.6 pytest-cov~=5.0