diff --git a/pyproject.toml b/pyproject.toml index d6005cd3..8b359c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ test = [ "pytest-timeout", # Timeout protection for CI/CD "rich", "ruff", - "mypy~=1.13.0", # pinned to old for python 3.8 + "mypy>=1.13,<1.18", # pinned to old for python 3.8 'typing-extensions; python_version < "3.11"', "wheel", "griffe",