diff --git a/suite/auto-sync/pyproject.toml b/suite/auto-sync/pyproject.toml index 6fb92ae1c2..ba42e4c122 100644 --- a/suite/auto-sync/pyproject.toml +++ b/suite/auto-sync/pyproject.toml @@ -7,7 +7,7 @@ name = "autosync" version = "0.1.0" dependencies = [ "termcolor >= 2.3.0", - "tree_sitter == 0.24.0", + "tree_sitter == 0.26.0", "tree-sitter-cpp == 0.23.4", "black >= 24.3.0", "usort >= 1.0.8",