diff --git a/pyproject.toml b/pyproject.toml index 1d7aeea..75fee7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ "mypy==1.19.1", - "ruff==0.14.10" + "ruff==0.14.11" ] [tool.hatch.version]