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",