diff --git a/setup.py b/setup.py index a8c38733..c73f3a9e 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "watchdog>=3.0.0,<3.1", ], "test": [ - "coverage>=7.3,<7.4", + "coverage>=7.4,<7.5", "pylint>=3,<3.1", "pytest>=7.4,<7.5", "mypy>=1.8,<1.9",