Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update ruff to 0.14.5
  • Loading branch information
ShaharNaveh committed Nov 15, 2025
commit 8c74eeee3e9b6328e716f89de94783b6ec4e8696
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading