From 37722bae762beecedb4534392fb7e8aeefa19bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:05:07 +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 5df6712f..1e7abe59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ zip-safe = false [tool.poetry.dev-dependencies] pytest = "^7.4.0" -pytest-cov = "^4.1.0" +pytest-cov = "^7.0.0" pytest-django = "^4.5.2" mypy = "^1.5.0" bandit = "^1.7"