From 422708ec05225026974598f46852f50487ac8c43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:48:11 +0000 Subject: [PATCH] Update dependency coverage to v7.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff8e3139..a091c7d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ black = "25.1.0" blacken-docs = "1.19.1" codespell = "2.4.1" covdefaults = "2.3.0" -coverage = {version = "7.9.1", extras = ["toml"]} +coverage = {version = "7.11.0", extras = ["toml"]} mypy = "1.16.0" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0"