diff --git a/pyproject.toml b/pyproject.toml index 8100e3a..9759611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ - "mypy==1.14.1", - "ruff==0.9.4" + "mypy==1.15.0", + "ruff==0.9.5" ] [tool.hatch.version]