From 96f7c7d9c2eb480b7663fddcbf30f11b9326a628 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:55:20 +0000 Subject: [PATCH] Update dependency coverage to v7.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e6cf65f..8761f57c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ typer = ">=0.9.0" ruff = "0.4.5" mypy = "1.10.0" pytest = "8.2.1" -coverage = "7.5.2" +coverage = "7.5.3" genbadge = { extras = ["coverage"], version = "1.1.1" } tomli-w = "1.0.0"