diff --git a/pyproject.toml b/pyproject.toml index 9a73152..360779e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ linting = [ "pylint==4.0.5" ] type_check = [ - "mypy==1.20.2" + "mypy==2.1.0" ] spell_check = [ "codespell==2.4.2"