diff --git a/pyproject.toml b/pyproject.toml index d53e96b..26e4a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ linting = [ "pylint==3.3.3" ] type_check = [ - "mypy==1.14.0" + "mypy==1.14.1" ] spell_check = [ "codespell==2.3.0"