diff --git a/pyproject.toml b/pyproject.toml index 3d5b522..06be288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ testing = [ "ruff~=0.15.6", "validataclass~=0.11.0", "pytest~=9.0.2", - "pytest-cov~=7.0.0", + "pytest-cov~=7.1.0", ] [build-system] diff --git a/requirements-dev.txt b/requirements-dev.txt index 607206c..bd98a27 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ validataclass~=0.11.0 pytest~=9.0.2 -pytest-cov~=7.0.0 +pytest-cov~=7.1.0