diff --git a/pyproject.toml b/pyproject.toml index 9ad394c..571fd58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx_mdinclude==0.6.0", ] lint = [ - "mypy==2.1.0", + "mypy==2.2.0", "ruff==0.15.0", {include-group = "test"}, ]