From d7f195f962be17d7b99e592ae758d7c60b7a0593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:55:50 +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 1478ce2..6db9b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Documentation = "https://crossflow.readthedocs.io/" [project.optional-dependencies] testing = [ "pytest==9.1.1", - "pytest-cov==5.0.0", + "pytest-cov==7.1.0", "pytest-sugar==1.1.1" ]