diff --git a/pyproject.toml b/pyproject.toml index a17bf6c7..85311149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ build = [ "cx_freeze (>=8.5.3)", ] test = [ - "pytest (>=8.4.2,<8.5)", + "pytest (>=9.0.2,<9.1)", "pytest-cov (>=7.0.0,<7.1)", "pytest-httpx (>=0.35.0,<0.36)", ]