From edce33349b646b7c2572bda1623b94ecf0959f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:43:52 +0000 Subject: [PATCH] chore(deps): update dependency coverage to v7.13.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37506eb..cb7780a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "asyncirc/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.13.0", + "coverage[toml]==7.13.1", "pytest==9.0.2", "pytest-asyncio==1.3.0", "pre-commit==4.5.0",