diff --git a/pyproject.toml b/pyproject.toml index 6aec57c..f57eb98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ linting = [ "pylint==3.3.7" ] type_check = [ - "mypy==1.16.0" + "mypy==1.16.1" ] spell_check = [ "codespell==2.4.1"