diff --git a/pyproject.toml b/pyproject.toml index 8574904..f484703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ linting = [ "pylint==4.0.4" ] type_check = [ - "mypy==1.19.0" + "mypy==1.19.1" ] spell_check = [ "codespell==2.4.1"