diff --git a/pyproject.toml b/pyproject.toml index aa03506b..e5fe349f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ # Development and testing (optional) "pytest>=7.4.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0", @@ -121,7 +121,7 @@ dependencies = [ dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0",