diff --git a/pyproject.toml b/pyproject.toml index 5967d37..dceb15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.0.0", + "pytest-cov>=7.1.0", "ruff>=0.1.0", "mypy>=1.0.0", "pip-audit>=2.6.0", @@ -108,7 +108,7 @@ check_untyped_defs = true dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.0.0", + "pytest-cov>=7.1.0", "ruff>=0.1.0", "mypy>=1.0.0", "pip-audit>=2.6.0",