diff --git a/pyproject.toml b/pyproject.toml index 980f6d5..5518441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ "mypy==1.13.0", - "ruff==0.8.2" + "ruff==0.8.3" ] [tool.hatch.version]