From cb952a34b197e5c2cdee798bedf1391c59aca92c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 00:14:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pytest-cov=20to=20v?= =?UTF-8?q?6.3.0?= 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 98eee86..2fde763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pythonpath = ["pythonkuma"] [tool.hatch.envs.hatch-test] extra-dependencies = [ - "pytest-cov==6.2.1", + "pytest-cov==6.3.0", ] [tool.hatch.envs.default.scripts]