diff --git a/setup.py b/setup.py index f40d4dfd..0b52af91 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "watchdog>=6,<6.1", ], "test": [ - "coverage>=7.10,<7.11", + "coverage>=7.11,<7.12", "pylint>=4,<4.1", "pytest>=8,<8.5", "pytest-cov>=7,<7.1",