Skip to content

Commit 98b97a5

Browse files
chore(deps): update dependency rules_python to v1.9.0 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45bf2a4 commit 98b97a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ bazel_dep(name = "bazel_skylib", version = "1.9.0")
1010
bazel_dep(name = "buildifier_prebuilt", version = "8.2.1.2")
1111
bazel_dep(name = "rules_cc", version = "0.2.16")
1212
bazel_dep(name = "rules_license", version = "1.0.0")
13-
bazel_dep(name = "rules_python", version = "1.8.3")
13+
bazel_dep(name = "rules_python", version = "1.9.0")

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ buildifier_prebuilt_register_toolchains()
2525

2626
http_archive(
2727
name = "rules_python",
28-
sha256 = "94a2b4c5d9c45323a9737f8de8f841923bb628cace1e8e51fec5525ed9ccfb2d",
29-
strip_prefix = "rules_python-1.8.3",
30-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.8.3/rules_python-1.8.3.tar.gz",
28+
sha256 = "098ba13578e796c00c853a2161f382647f32eb9a77099e1c88bc5299333d0d6e",
29+
strip_prefix = "rules_python-1.9.0",
30+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.9.0/rules_python-1.9.0.tar.gz",
3131
)
3232

3333
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)