From 8230f37448e44603b2a8971ce4fc68ff79e94578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 21:11:45 +0000 Subject: [PATCH] Bump pytest-cov to v6.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]