From eba13af211de6678ef35e781b893826c710e18ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 01:38:29 +0000 Subject: [PATCH] deps(deps): update tree-sitter-python requirement in /rust-core Updates the requirements on [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-python/compare/v0.20.0...v0.20.4) --- updated-dependencies: - dependency-name: tree-sitter-python dependency-version: 0.20.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index 60e0be4..d3a85f0 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } tree-sitter = "0.20" tree-sitter-typescript = "0.20" tree-sitter-javascript = "0.20" -tree-sitter-python = "0.20" +tree-sitter-python = "0.25" tree-sitter-rust = "0.20" tree-sitter-go = "0.20" tree-sitter-java = "0.20"