diff --git a/setup.py b/setup.py index 11ce0d46..5f2ac323 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "watchdog>=6,<6.1", ], "test": [ - "coverage>=7.8,<7.9", + "coverage>=7.9,<7.10", "pylint>=3,<3.4", "pytest>=8,<8.5", "pytest-cov>=6,<6.2",