diff --git a/pyproject.toml b/pyproject.toml index 50ea38c..e451756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ isort = "^5.7.0" lxml = "^5.2.2" mypy = "^1.1" pytest = "^7.0.0" -pytest-cov = "^4.0.0" +pytest-cov = ">=4,<8" tox = "^3.23.0" ruff = ">=0.12,<0.16"