From c418d2f6c94df8fdf79bc437b5e6b84ba45b7ea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 00:15:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pytest-cov=20to=20v?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fde763..4a38b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pythonpath = ["pythonkuma"] [tool.hatch.envs.hatch-test] extra-dependencies = [ - "pytest-cov==6.3.0", + "pytest-cov==7.0.0", ] [tool.hatch.envs.default.scripts]