diff --git a/pyproject.toml b/pyproject.toml index b528654..aa8be6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "pip-audit>=2.7", "pre-commit>=4.0", "pytest>=8.0", - "pytest-cov>=6.0", + "pytest-cov>=7.1.0", "ruff>=0.8", ] @@ -30,7 +30,7 @@ dev = [ dev = [ "build>=1.2", "pytest>=8.0", - "pytest-cov>=6.0", + "pytest-cov>=7.1.0", "ruff>=0.8", "mypy>=1.13", "pip-audit>=2.7",