diff --git a/setup.cfg b/setup.cfg index d6652bee0..477e4b3d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ dev = pre-commit~=4.2.0 pytest-cases~=3.9.1 pytest-cov~=6.2.1 - pytest_randomly~=3.16.0 + pytest_randomly~=4.0.1 pytest~=8.4.1 types-python-dateutil~=2.9.0 wheel~=0.45.1 diff --git a/test-requirements.txt b/test-requirements.txt index d4ae423d8..731672886 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ pre-commit~=4.2 pytest~=8.1 pytest-cases~=3.6 pytest-cov~=6.1 -pytest_randomly~=3.8 +pytest_randomly~=4.0 types-python-dateutil>=2.8 types-pytz>=2021.3.5 wheel~=0.38