diff --git a/pyproject.toml b/pyproject.toml index 773dc62..343a666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ "ruff>=0.5.0,<0.6.0", - "pytest>=7.3,<8.3", + "pytest>=8.3,<9", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1", "pre-commit",