diff --git a/pyproject.toml b/pyproject.toml index b03d5b1..18f25b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ mosquitto = "pytest_mqtt.mosquitto" [project.optional-dependencies] test = [ "coverage<8", - "pytest<8", + "pytest<9", "pytest-fixture-order<1", "pytest-ordering<1", ]