Skip to content

Commit

Permalink
chore(deps): bump tree-sitter from 0.21.3 to 0.22.3
Browse files Browse the repository at this point in the history
Bumps [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) from 0.21.3 to 0.22.3.
- [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
- [Commits](tree-sitter/py-tree-sitter@v0.21.3...v0.22.3)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 60c61b0 commit f989bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "LLM Mutation Testing for any programming language"
requires-python = ">= 3.11"
version = "1.1.9"
dependencies = [
"tree-sitter==0.21.3",
"tree-sitter==0.22.3",
'tree_sitter_languages==1.10.2',
"tqdm",
'grep_ast',
Expand Down

0 comments on commit f989bb4

Please sign in to comment.