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