Skip to content

Commit

Permalink
Bump ruff_python_parser from v0.4.5 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [ruff_python_parser](https://github.com/astral-sh/ruff) from v0.4.5 to 0.8.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@550aa87...b0e26e6)

---
updated-dependencies:
- dependency-name: ruff_python_parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e2e7fcc commit 00e8c9c
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 23 deletions.
123 changes: 101 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ regex = "1.11.1"
once_cell = "1.20.2"
walkdir = "2.5.0"
ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.5" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.5" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.2" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.5" }
cached = { version = "0.54.0", features = ["disk_store"] }
globset = "0.4.15"
Expand Down

0 comments on commit 00e8c9c

Please sign in to comment.