diff --git a/pyproject.toml b/pyproject.toml index 95b79ef..8d4f7d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ docs = [ "pdoc==16.0.0", ] lint = [ - "mypy==1.19.1", + "mypy==1.20.0", "pre-commit==4.5.1", "ruff==0.15.8", ]