diff --git a/pyproject.toml b/pyproject.toml index ee81c81..17c99e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ - "mypy==1.18.1", - "ruff==0.13.0" + "mypy==1.18.2", + "ruff==0.13.1" ] [tool.hatch.version]