From 3d2baf4a20534d2ec6bb815b1f659dc339c0f70c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:44:14 +0000 Subject: [PATCH] chore(deps): update dependency coverage to v7.15.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 847dc29..3ebb273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "asyncirc/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.14.3", + "coverage[toml]==7.15.4", "pytest==9.1.1", "pytest-asyncio==1.3.0", "pre-commit==4.6.1",