diff --git a/setup.py b/setup.py index bd855ff09ae82d557c16a2cab1df29bd069817e3..023416bbde5cf8ee6f2e79415cc90aa1966cff4e 100755 --- a/setup.py +++ b/setup.py @@ -36,14 +36,14 @@ doc_requirements = [ ] test_lint_requirements = [ - 'flake8>=7.0,<7.1', + 'flake8>=7.3,<7.4', ] test_requirements = [ - 'time-machine>=2.13,<2.14', - 'pytest>=8.0,<8.1', - 'pytest-cov>=4.1,<4.2', - 'tox>=4.13,<4.14', + 'time-machine>=2.19,<2.20', + 'pytest>=8.4,<8.5', + 'pytest-cov>=6.3,<6.4', + 'tox>=4.30,<4.31', 'pexpect>=4.9,<4.10', ]