From 4c2c923c7417252517dc9c49afc94b85c8ab1e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:17:09 +0000 Subject: [PATCH] fix(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 3e6b1ce0..b16c7c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "pre-commit==3.6.0", "pylint==3.0.3", "pylint_junit", - "pytest-cov==4.1.0", + "pytest-cov==7.1.0", "pytest-mock<3.12.1", "pytest-runner", "pytest==8.0.0",