diff --git a/setup.py b/setup.py index 5016f84b..d14c6a73 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "watchdog>=6,<6.1", ], "test": [ - "coverage>=7.6,<7.7", + "coverage>=7.7,<7.8", "pylint>=3,<3.4", "pytest>=8,<8.4", "pytest-cov>=6,<6.1",