Skip to content

Commit 3898469

Browse files
fix(deps): update ruff rust to v0.14.6
1 parent 01ad453 commit 3898469

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ pyo3 = { version = "=0.27.1", features = ["abi3-py310", "generate-import-lib"] }
1919
pyo3-log = "=0.13.2"
2020
rayon = "=1.11.0"
2121
regex = "=1.12.2"
22-
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.14.5" }
23-
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.14.5" }
24-
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.14.5" }
25-
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.14.5" }
22+
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.14.6" }
23+
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.14.6" }
24+
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.14.6" }
25+
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.14.6" }
2626
serde_json = "=1.0.145"
2727

2828
[profile.release]

0 commit comments

Comments
 (0)