diff --git a/pyproject.toml b/pyproject.toml index 5d1d4cf..6522201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Topic :: Text Processing :: Linguistic", ] dependencies = [ - "tree-sitter~=0.24", + "tree-sitter~=0.25", "tree-sitter-m", ]