diff --git a/setup.py b/setup.py index 0715157..7b5f89b 100644 --- a/setup.py +++ b/setup.py @@ -47,13 +47,13 @@ "gunicorn==21.*", ], "tests": [ - "pytest-cov==4.*", + "pytest-cov>=4,<6", "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-ruff==0.*", "pytest-watch==4.*", - "pytest==7.*", - "black==23.*", + "pytest>=7,<9", + "black>=23,<25", "ruff==0.0.*", ], },