diff --git a/pyproject.toml b/pyproject.toml index b9701d7..0b94a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ linting = [ "pylint==4.0.6" ] type_check = [ - "mypy==2.1.0" + "mypy==2.3.0" ] spell_check = [ "codespell==2.4.2"