diff --git a/pyproject.toml b/pyproject.toml index 79e2bd3..90833dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ local_scheme = "no-local-version" [project.optional-dependencies] testing = [ "pytest >=7.4,<9.0", - "pytest-cov >=2,<7", + "pytest-cov >=2,<8", "pytest-json-report ~=1.5", "coverage ~=7.6" ]