From 83c926d2c9badeac96cf221ae79249a075f2881d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:26:43 +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 0fc1755..30a3ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ black = { version = "25.9.0" } flake8 = { version = "7.3.0" } flake8-pyproject = { version = "1.2.4" } pytest = { version = "9.0.2" } -pytest-cov = { version = "6.3.0" } +pytest-cov = { version = "7.0.0" } [tool.poetry.plugins."poetry.plugin"] reqstool = "reqstool_python_poetry_plugin.plugin:ReqstoolPlugin"