diff --git a/pyproject.toml b/pyproject.toml index c406e0f..26fe3d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Changelog = "https://github.com/ParkenDD/parkapi-sources-v3/blob/main/CHANGELOG. testing = [ "ruff~=0.15.6", "pytest~=9.0.2", - "pytest-cov~=7.0.0", + "pytest-cov>=7.0,<7.2", "requests-mock~=1.12.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index f8e1dff..1bf17a3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ ruff~=0.15.6 pytest~=9.0.2 -pytest-cov~=7.0.0 +pytest-cov>=7.0,<7.2 requests-mock~=1.12.1 tox~=4.49.1