Skip to content

Commit 8d4a804

Browse files
authored
dependencies: Pin tree-sitter version (#2230)
Signed-off-by: Arthur Chan <[email protected]>
1 parent 341ebbd commit 8d4a804

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ coverage
2020
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
2121
tqdm # For displaying loading bar (auto-fuzz tool)
2222
rust-demangler # For correctly demangle rust function name
23-
tree-sitter
24-
tree-sitter-cpp
25-
tree-sitter-go
26-
tree-sitter-java
27-
tree-sitter-python
28-
tree-sitter-rust
23+
tree-sitter==0.23.2
24+
tree-sitter-cpp==0.23.4
25+
tree-sitter-go==0.23.4
26+
tree-sitter-java==0.23.5
27+
tree-sitter-python==0.23.6
28+
tree-sitter-rust==0.23.2
29+
tree-sitter-languages==1.10.2

0 commit comments

Comments
 (0)