From 55fafd1368cbfd2a3378d88376df1e7e8dcf4321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:23:56 +0000 Subject: [PATCH] build(deps): update tree-sitter requirement in the all group Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version. Updates `tree-sitter` to 0.26.0 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](https://github.com/tree-sitter/py-tree-sitter/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.0 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07df641..bca49c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "Trail of Bits, Inc.", email = "opensource@trailofbits.com" }, ] dependencies = [ - "tree-sitter~=0.25.0", + "tree-sitter>=0.25,<0.27", "tree-sitter-language-pack>=1.9,<2.0", "tree-sitter-sql>=0.3.11,<0.4", "rustworkx>=0.17,<1.0",