diff --git a/pyproject.toml b/pyproject.toml index 556c1b5..07a8cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ packages = ["autohack"] [dependency-groups] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "pre-commit", "ruff" ]