From 485956c119427e298d835710690ed16d10924a32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:55:54 +0000 Subject: [PATCH] Bump pytest-cov to v6.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e150b3c..e163bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pythonpath = ["pythonkuma"] [tool.hatch.envs.hatch-test] extra-dependencies = [ - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", ] [tool.hatch.envs.default.scripts]