From a16aff0106dc755f849d011fc0d5c7e99fc5d05b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:06:13 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c0e652f..8169e9ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ dev-dependencies = [ # "scalene>=1.5.45", "filelock<4.0.0,>=3.15.4", "pytest>=8.3.3", - "pytest-cov>=6.3.0,<6.3.1", + "pytest-cov>=7.0.0,<7.0.1", "ruff>=0.6.8", "mypy[mypyc,faster-cache]>=1.13.0", "pre-commit>=4.0.1",