diff --git a/setup.cfg b/setup.cfg index a197e83a0..6e09d994f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ dev = build~=1.2.1 isort~=6.0.0 types-pytz~=2025.2.0.20250326 - pre-commit~=3.8.0 + pre-commit~=4.2.0 pytest-cases~=3.8.0 pytest-cov~=5.0.0 pytest_randomly~=3.16.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0c46614ee..e831e3008 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.2 pytest~=8.1 pytest-cases~=3.6 pytest-cov~=5.0