Skip to content

Commit 32ae2d9

Browse files
Update tree-sitter requirement in the python-packages group
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version. Updates `tree-sitter` to 0.23.2 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](tree-sitter/py-tree-sitter@v0.0.1...v0.23.2) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5549fd commit 32ae2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"grep-ast==0.3.3",
2727
# https://github.com/tree-sitter/py-tree-sitter/issues/303
2828
# https://github.com/grantjenks/py-tree-sitter-languages/issues/64
29-
"tree-sitter<0.22", # 0.22 breaks tree-sitter-languages
29+
"tree-sitter<0.24", # 0.22 breaks tree-sitter-languages
3030
"tree-sitter-languages==1.10.2",
3131
]
3232
requires-python = ">=3.11"

0 commit comments

Comments
 (0)