diff --git a/setup.py b/setup.py index 026e417f..84ecf427 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ # Packages needed for running the tests. extras["test"] = [ "pytest<8", - "pytest-cov<4", + "pytest-cov<5", "pytest-mock<4", "pytest-mqtt<1", "tox<4",