From 8c74eeee3e9b6328e716f89de94783b6ec4e8696 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 15 Nov 2025 11:41:40 +0200 Subject: [PATCH] Update ruff to `0.14.5` --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3e6102d64..4e2b8b0bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,10 +156,10 @@ rustpython-sre_engine = { path = "vm/sre_engine", version = "0.4.0" } rustpython-wtf8 = { path = "crates/wtf8", version = "0.4.0" } rustpython-doc = { path = "crates/doc", version = "0.4.0" } -ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" } -ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" } -ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" } -ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" } +ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.5" } +ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.5" } +ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.5" } +ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.5" } phf = { version = "0.13.1", default-features = false, features = ["macros"]} ahash = "0.8.12"