Skip to content

Commit 5d528ad

Browse files
build(deps): bump tree-sitter
Bumps the python-packages group with 1 update in the / directory: [tree-sitter](https://github.com/tree-sitter/py-tree-sitter). Updates `tree-sitter` from 0.21.3 to 0.24.0 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](tree-sitter/py-tree-sitter@v0.21.3...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 704374c commit 5d528ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"grep-ast==0.4.1",
2828
# https://github.com/tree-sitter/py-tree-sitter/issues/303
2929
# https://github.com/grantjenks/py-tree-sitter-languages/issues/64
30-
"tree-sitter==0.21.3", # 0.22 breaks tree-sitter-languages
30+
"tree-sitter==0.24.0", # 0.22 breaks tree-sitter-languages
3131
"tree-sitter-languages==1.10.2",
3232
]
3333
requires-python = ">=3.11"

0 commit comments

Comments
 (0)