Skip to content

Commit

Permalink
chore(deps): use Ruff parser 0.5.0 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Jul 4, 2024
1 parent cbf93d1 commit 9ffb0eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ pyo3 = { version = "0.22.0", features = ["abi3-py38"] }
pyo3-log = "0.11.0"
rayon = "1.10.0"
regex = "1.10.5"
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
serde_json = "1.0.118"

[profile.release]
Expand Down

0 comments on commit 9ffb0eb

Please sign in to comment.