diff --git a/pyproject.toml b/pyproject.toml index b0dbdd1..5b41307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ "mypy==1.20.0", - "ruff==0.15.10" + "ruff==0.15.12" ] [tool.hatch.version]