From d70e3967de0a55d67a6a3372e876a68d1cf4d9fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 21:06:49 +0000 Subject: [PATCH] chore(deps): update dependency coverage to v7.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb0b0a6..8b5960a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "polymatch/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.14.0", + "coverage[toml]==7.14.1", "pytest==9.0.3", "pre-commit==4.6.0", "mypy==2.0.0",