From e0467dae22937f542a7958449a1cd5b6f134ca60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:08:04 +0000 Subject: [PATCH] chore(deps): update dependency coverage to v7.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c448ed..c5bb317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "asyncirc/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.11.3", + "coverage[toml]==7.12.0", "pytest==9.0.1", "pytest-asyncio==1.3.0", "pre-commit==4.5.0",