From f632ae14878fe89825382373026aa6c2c148f2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:53:39 +0000 Subject: [PATCH] chore(deps): update tree-sitter requirement 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](https://github.com/tree-sitter/py-tree-sitter/compare/v0.23.0...v0.26.0) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8679668..f22a24b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # version the shipped queries are validated against; if a bump ever outruns # the queries, tests/test_graphify_parity_0_6_6.py fails loudly instead. # (Ports graphify v0.8.39's "pin grammar upper bounds" fix.) - "tree-sitter>=0.23,<0.26", + "tree-sitter>=0.23,<0.27", # Default grammars cover the most common mixed-team stack # (Python + JS/TS). Other languages live in extras — see below. # Rationale: pre-0.7.0 the default install pulled all 14 grammars