From e08eba8129b099639724019c1fe5293d1310d9d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:24:57 -0700 Subject: [PATCH] Update Rust crate tree-sitter-python to v0.23.6 (#22557) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tree-sitter-python](https://redirect.github.com/tree-sitter/tree-sitter-python) | workspace.dependencies | patch | `0.23.5` -> `0.23.6` | --- ### Release Notes
tree-sitter/tree-sitter-python (tree-sitter-python) ### [`v0.23.6`](https://redirect.github.com/tree-sitter/tree-sitter-python/releases/tag/v0.23.6) [Compare Source](https://redirect.github.com/tree-sitter/tree-sitter-python/compare/v0.23.5...v0.23.6) **NOTE:** Download `tree-sitter-python.tar.xz` for the *complete* source code.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 237406ba4942c4a3de45740269540b91c2268fa6..6cca9c2180348a568dfa5952c19896da0bc1e02c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13813,9 +13813,9 @@ dependencies = [ [[package]] name = "tree-sitter-python" -version = "0.23.5" +version = "0.23.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70beaa47e19e1529e8787fc0a80ebbae5a9fdaefc5fcc8972c885c9abf6ab0f0" +checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04" dependencies = [ "cc", "tree-sitter-language",