Skip to content

Commit

Permalink
chore(deps): update tree-sitter requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version.
- [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
- [Commits](tree-sitter/py-tree-sitter@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 4b8d576 commit bd3f501
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 @@ -23,7 +23,7 @@ classifiers = [
]

dependencies = [
"tree-sitter >=0.22.0,<0.23.0",
"tree-sitter >=0.22.0,<0.24.0",
"setuptools >=61.0.0", # distutils removed in 3.12, but distutils.ccompiler used in tree-sitter
]

Expand Down

0 comments on commit bd3f501

Please sign in to comment.