diff --git a/pyproject.toml b/pyproject.toml index c7d9a16..1010a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [] [project.optional-dependencies] dev = [ - "pytest>=8", + "pytest>=9.0.3", "pytest-watch>=4", "ruff>=0.6", ]