diff --git a/pyproject.toml b/pyproject.toml index 1d4871e..c3ed545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "ruff>=0.15.17", "click>=7.1", ]