diff --git a/pyproject.toml b/pyproject.toml index 88c18bb..ea77562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ linting = [ "pylint==3.2.7" ] type_check = [ - "mypy==1.12.1", + "mypy==1.13.0", "networkx-stubs==0.0.1", "types-frozendict==2.0.9" ]