From a59f1e66fa900565ff7a8f9060c7cd2cb5e8842e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:14:46 +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 53f4ebf..07435c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ coverage = [ coveralls = [ { version = ">=3.3.0", python = ">=3.5" }, ] -pytest-cov = "~2.12.0" +pytest-cov = "~7.0.0" flake8 = ">=3.6.0" mock = "^3.0.5" bumpversion = "^0.5.0"