diff --git a/pyproject.toml b/pyproject.toml index 5ffc3b7..814f96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ linting = [ "pylint==4.0.3" ] type_check = [ - "mypy==1.18.2" + "mypy==1.19.0" ] spell_check = [ "codespell==2.4.1"