diff --git a/pyproject.toml b/pyproject.toml index 543e66b..0705ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ local_scheme = "no-local-version" [project.optional-dependencies] testing = [ - "pytest >=7.4,<9.0", + "pytest >=7.4,<10.0", "pytest-cov >=2,<8", "pytest-json-report ~=1.5", "coverage ~=7.6"