From 8c1299c7d13b7268cd7515ac176a6d2a2df234fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:07:33 +0000 Subject: [PATCH] chore(deps): update dependency coverage to v7.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0d2e3..e4b3e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "polymatch/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.15.4", + "coverage[toml]==7.16.0", "pytest==9.1.1", "pre-commit==4.6.2", "mypy==2.3.1",