From 6de1400e0a43daa3b01882085b65ed142e01b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:58:28 +0000 Subject: [PATCH] Bump ruff_source_file from v0.4.5 to 0.8.2 Bumps [ruff_source_file](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](https://github.com/astral-sh/ruff/compare/550aa871d32b53a2f042fb0e7fea1080eadfa11d...b0e26e6fc8ad60e368b8b03b367b6ac408acf9f7) --- updated-dependencies: - dependency-name: ruff_source_file dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b247564..43a00f15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,8 +1367,8 @@ dependencies = [ "itertools 0.12.1", "once_cell", "ruff_python_trivia", - "ruff_source_file", - "ruff_text_size", + "ruff_source_file 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", + "ruff_text_size 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", "rustc-hash", ] @@ -1384,7 +1384,7 @@ dependencies = [ "itertools 0.12.1", "memchr", "ruff_python_ast", - "ruff_text_size", + "ruff_text_size 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", "rustc-hash", "static_assertions", "unicode-ident", @@ -1398,11 +1398,20 @@ version = "0.0.0" source = "git+https://github.com/astral-sh/ruff.git?tag=v0.4.5#550aa871d32b53a2f042fb0e7fea1080eadfa11d" dependencies = [ "itertools 0.12.1", - "ruff_source_file", - "ruff_text_size", + "ruff_source_file 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", + "ruff_text_size 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", "unicode-ident", ] +[[package]] +name = "ruff_source_file" +version = "0.0.0" +source = "git+https://github.com/astral-sh/ruff.git?tag=0.8.2#b0e26e6fc8ad60e368b8b03b367b6ac408acf9f7" +dependencies = [ + "memchr", + "ruff_text_size 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=0.8.2)", +] + [[package]] name = "ruff_source_file" version = "0.0.0" @@ -1410,9 +1419,14 @@ source = "git+https://github.com/astral-sh/ruff.git?tag=v0.4.5#550aa871d32b53a2f dependencies = [ "memchr", "once_cell", - "ruff_text_size", + "ruff_text_size 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=v0.4.5)", ] +[[package]] +name = "ruff_text_size" +version = "0.0.0" +source = "git+https://github.com/astral-sh/ruff.git?tag=0.8.2#b0e26e6fc8ad60e368b8b03b367b6ac408acf9f7" + [[package]] name = "ruff_text_size" version = "0.0.0" @@ -1631,7 +1645,7 @@ dependencies = [ "rstest", "ruff_python_ast", "ruff_python_parser", - "ruff_source_file", + "ruff_source_file 0.0.0 (git+https://github.com/astral-sh/ruff.git?tag=0.8.2)", "serde", "serde_json", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index dcf32b92..f1592992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ 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_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.5" } +ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.2" } cached = { version = "0.54.0", features = ["disk_store"] } globset = "0.4.15" toml = "0.8.19"