diff --git a/pyproject.toml b/pyproject.toml index 4fb0b5e..534656f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "mypy==1.16.0", "pre-commit==4.2.0", "pytest-asyncio==0.26.0", - "pytest-cov==6.0.0", + "pytest-cov==6.2.1", "pytest==8.4.0", "ruff==0.11.13" ] @@ -62,7 +62,7 @@ extra-dependencies = [ "aioresponses==0.7.8", "pytest-asyncio==0.26.0", "syrupy==4.8.1", - "pytest-cov==6.0.0", + "pytest-cov==6.2.1", "click==8.2.1", ] extra-args = ["--cov-report=xml", "-vv"]