diff --git a/pyproject.toml b/pyproject.toml index e7b9197..b8a7692 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.11.6" + "ruff==0.11.10" ] [tool.hatch.version]