diff --git a/pyproject.toml b/pyproject.toml index d8c4a9d..9c3679d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ docs = [ "pdoc==16.0.0", ] lint = [ - "mypy==1.20.1", + "mypy==1.20.2", "pre-commit==4.6.0", "ruff==0.15.11", ]