Skip to content

Commit

Permalink
Update to the latest tree-sitter
Browse files Browse the repository at this point in the history
Updates to:
- tree-sitter 0.23.0
- tree-sitter-go 0.23.0
- tree-sitter-python 0.23.0

Note, tree-sitter-java has no new release.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb committed Aug 28, 2024
1 parent 8391c43 commit 60e4f74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Pygments==2.18.0
rich==13.8.0
tree-sitter==0.22.3
tree-sitter==0.23.0
ignorelib==0.3.0
requests==2.32.3
sarif-om==1.0.4
jschema-to-python==1.2.3
tree-sitter-go==0.21.2
tree-sitter-go==0.23.0
tree-sitter-java==0.21.0
tree-sitter-python==0.21.0; sys_platform != "darwin" and platform_machine != "arm64"
git+https://github.com/tree-sitter/tree-sitter-python@v0.21.0; sys_platform == "darwin" and platform_machine == "arm64"
tree-sitter-python==0.23.0

0 comments on commit 60e4f74

Please sign in to comment.