diff --git a/setup.py b/setup.py index 1f5f9e67..6458ac36 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "watchdog>=6,<6.1", ], "test": [ - "coverage>=7.12,<7.13", + "coverage>=7.13,<7.14", "pylint>=4,<4.1", "pytest>=9,<9.1", "pytest-cov>=7,<7.1",