diff --git a/pyproject.toml b/pyproject.toml index 692796e..870bdfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ docs = [ "pdoc==16.0.0", ] lint = [ - "mypy==1.20.2", + "mypy==2.0.0", "pre-commit==4.6.0", "ruff==0.15.12", ]