Skip to content

Commit df22c08

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] <[email protected]>
1 parent 5b71ac2 commit df22c08

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
@@ -25,7 +25,7 @@ requires-python = ">=3.8"
2525
dependencies = [
2626
# https://github.com/tree-sitter/py-tree-sitter/issues/303
2727
# https://github.com/grantjenks/py-tree-sitter-languages/issues/64
28-
"tree-sitter<0.22", # 0.22 breaks tree-sitter-languages
28+
"tree-sitter<0.24", # 0.22 breaks tree-sitter-languages
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)