Skip to content

Commit 393649a

Browse files
Bump tree-sitter in the python-packages group across 1 directory
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.23.2 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](tree-sitter/py-tree-sitter@v0.21.3...v0.23.2) --- 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 057aa13 commit 393649a

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
@@ -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.23.2", # 0.22 breaks tree-sitter-languages
3131
"tree-sitter-languages==1.10.2",
3232
]
3333
requires-python = ">=3.11"

0 commit comments

Comments
 (0)