From 57469c931f7d6aa3a8cf81daf1ac1c5bb69723a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:52:22 +0000 Subject: [PATCH] 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 6c515fb..0a62bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ testing = [ "wheel==0.43.0", "coverage[toml]", "pytest==8.2.2", - "pytest-cov==5.0.0", + "pytest-cov==7.1.0", "pytest-sugar==1.0.0" ] pre-commit = [