diff --git a/pyproject.toml b/pyproject.toml index 68389a76c..4a3c861de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ ] lint = [ {include-group = "test"}, - "mypy~=1.20.0", + "mypy>=1.20,<2.4", "ruff~=0.16.0", "shellcheck-py~=0.11.0.1", "types-pygments",