diff --git a/pyproject.toml b/pyproject.toml index 6fe2905..214608a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ linting = [ "pylint==4.0.5" ] type_check = [ - "mypy==1.19.1" + "mypy==1.20.0" ] spell_check = [ "codespell==2.4.2"