Skip to content

Commit

Permalink
chore(deps): bump Ruff AST parser to 0.3.4 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Mar 24, 2024
1 parent 8ac9dab commit 4f01802
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
35 changes: 30 additions & 5 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.20.3", features = ["abi3-py38"] }
pyo3-log = "0.9.0"
rayon = "1.9.0"
regex = "1.10.3"
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.4" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.4" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.4" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.4" }
serde_json = "1.0.114"

[profile.release]
Expand Down

0 comments on commit 4f01802

Please sign in to comment.