diff --git a/pyproject.toml b/pyproject.toml index f672798..59641a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ linting = [ "pylint==3.3.2" ] type_check = [ - "mypy==1.13.0" + "mypy==1.14.0" ] spell_check = [ "codespell==2.3.0"