diff --git a/pyproject.toml b/pyproject.toml index 2cfbe512..a72ed921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ docs = [ 'importlib-metadata~=4.12.0', ] pre-commit = [ - 'mypy==1.3.0', + 'mypy==1.13.0', 'pre-commit~=2.2', 'pylint==2.15.8', 'types-pyyaml'