diff --git a/pyproject.toml b/pyproject.toml index f165a98..1d7aeea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ requires-python = ">= 3.10" [project.optional-dependencies] lint = [ - "mypy==1.19.0", - "ruff==0.14.9" + "mypy==1.19.1", + "ruff==0.14.10" ] [tool.hatch.version]