diff --git a/pyproject.toml b/pyproject.toml index 0efd0f1..7f35ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ "mypy==1.15.0", - "ruff==0.9.6" + "ruff==0.9.7" ] [tool.hatch.version]