diff --git a/pyproject.toml b/pyproject.toml index 26cb642..3086b11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ "mypy==1.18.2", - "ruff==0.14.0" + "ruff==0.14.1" ] [tool.hatch.version]