From 3a485c20c7286a81e54acd70c72ac94b8181b232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:41:04 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-python in the tree-sitter group Bumps the tree-sitter group with 1 update: [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python). Updates `tree-sitter-python` from 0.23.4 to 0.23.5 - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-python/compare/v0.23.4...v0.23.5) --- updated-dependencies: - dependency-name: tree-sitter-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tree-sitter ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46ad881c..ac166cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9506,9 +9506,9 @@ checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600" [[package]] name = "tree-sitter-python" -version = "0.23.4" +version = "0.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2416de7eea3f2e1bd53c250f2d3f3394fc77f78497680f37f4b87918b8d752e3" +checksum = "70beaa47e19e1529e8787fc0a80ebbae5a9fdaefc5fcc8972c885c9abf6ab0f0" dependencies = [ "cc", "tree-sitter-language",