diff --git a/pyproject.toml b/pyproject.toml index 159eb80..fd8a8d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ linting = [ "pylint==3.3.1" ] type_check = [ - "mypy==1.11.2" + "mypy==1.12.0" ] spell_check = [ "codespell==2.3.0"