diff --git a/pyproject.toml b/pyproject.toml index 6d11d23a..69415e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "nonebug>=0.4.3", "poethepoet>=0.42.1", "pytest-asyncio>=1.3.0", - "pytest-cov>=7.0.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", "pytest-xdist>=3.8.0", "respx>=0.22.0", diff --git a/uv.lock b/uv.lock index 25590438..16a5cbcf 100644 --- a/uv.lock +++ b/uv.lock @@ -649,7 +649,7 @@ dev = [ { name = "nonebug", specifier = ">=0.4.3" }, { name = "poethepoet", specifier = ">=0.42.1" }, { name = "pytest-asyncio", specifier = ">=1.3.0" }, - { name = "pytest-cov", specifier = ">=7.0.0" }, + { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "pytest-mock", specifier = ">=3.15.1" }, { name = "pytest-xdist", specifier = ">=3.8.0" }, { name = "respx", specifier = ">=0.22.0" },