Skip to content

Commit 83eef05

Browse files
authored
chore: use 0.7.0 for Ruff parser (#899)
1 parent cbe75ae commit 83eef05

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
@@ -18,10 +18,10 @@ pyo3 = { version = "=0.22.4", features = ["abi3-py39", "generate-import-lib"] }
1818
pyo3-log = "=0.11.0"
1919
rayon = "=1.10.0"
2020
regex = "=1.11.0"
21-
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
22-
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
23-
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
24-
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
21+
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" }
22+
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" }
23+
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" }
24+
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" }
2525
serde_json = "=1.0.128"
2626

2727
[profile.release]

0 commit comments

Comments
 (0)