From 501bc9ff160265966c55cf2a0fa1db82a72718c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:10:57 +0000 Subject: [PATCH] chore(deps): update dependency coverage to >=7.10,<7.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8c9403c..6a228229 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "watchdog>=6,<6.1", ], "test": [ - "coverage>=7.9,<7.10", + "coverage>=7.10,<7.11", "pylint>=3,<3.4", "pytest>=8,<8.5", "pytest-cov>=6,<6.3",