Skip to content

Commit f9b03a8

Browse files
Bump the python-packages group across 1 directory with 2 updates
Bumps the python-packages group with 2 updates in the / directory: [grep-ast](https://github.com/paul-gauthier/grep-ast) and [tree-sitter](https://github.com/tree-sitter/py-tree-sitter). Updates `grep-ast` from 0.3.3 to 0.4.1 - [Commits](https://github.com/paul-gauthier/grep-ast/commits) 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: grep-ast dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - 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 6ee6fa1 commit f9b03a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ classifiers = [
2323
keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"]
2424
dependencies = [
2525
"cedarscript-ast-parser>=0.5.8",
26-
"grep-ast==0.3.3",
26+
"grep-ast==0.4.1",
2727
# https://github.com/tree-sitter/py-tree-sitter/issues/303
2828
# https://github.com/grantjenks/py-tree-sitter-languages/issues/64
29-
"tree-sitter==0.21.3", # 0.22 breaks tree-sitter-languages
29+
"tree-sitter==0.23.2", # 0.22 breaks tree-sitter-languages
3030
"tree-sitter-languages==1.10.2",
3131
]
3232
requires-python = ">=3.11"

0 commit comments

Comments
 (0)