diff --git a/pyproject.toml b/pyproject.toml index bfec257..d4ae8cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ wshell = "wshell.__main__:main" [project.optional-dependencies] dev = [ - "pytest>=8.0", + "pytest>=9.0.3", "ruff>=0.6", ]