diff --git a/pyproject.toml b/pyproject.toml index e528d58..3e89fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.11" dependencies = [] [project.optional-dependencies] -dev = ["pytest>=8"] +dev = ["pytest>=9.0.3"] [tool.hatch.build.targets.wheel] packages = ["pre_commit_action"]