Skip to content

Commit ded5b46

Browse files
honglookercopybara-github
authored andcommitted
pbtk: upgrade rules_python to 1.6.0
#test-continuous PiperOrigin-RevId: 803009438
1 parent 24d2bf2 commit ded5b46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bazel_dep(name = "rules_jvm_external", version = "6.7")
4444
bazel_dep(name = "rules_kotlin", version = "1.9.6")
4545
bazel_dep(name = "rules_license", version = "1.0.0")
4646
bazel_dep(name = "rules_pkg", version = "1.0.1")
47-
bazel_dep(name = "rules_python", version = "1.4.2")
47+
bazel_dep(name = "rules_python", version = "1.6.0")
4848

4949
# Pin to rules_proto to 7.1.0 to avoid toolchain incompatibilities when
5050
# --incompatible_enable_proto_toolchain_resolution=true in Bazel 7.

examples/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
2222
bazel_dep(name = "rules_cc", version = "0.0.17")
2323
bazel_dep(name = "rules_java", version = "8.6.1")
2424
bazel_dep(name = "rules_pkg", version = "1.0.1")
25-
bazel_dep(name = "rules_python", version = "1.4.2")
25+
bazel_dep(name = "rules_python", version = "1.6.0")

protobuf_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def protobuf_deps():
142142
if not native.existing_rule("rules_python"):
143143
http_archive(
144144
name = "rules_python",
145-
sha256 = "daf1c27517e8526c212195345b4f6f02dd8cad69aa099d3bdb11868458211829",
146-
strip_prefix = "rules_python-1.4.2",
147-
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.4.2/rules_python-1.4.2.tar.gz",
145+
sha256 = "fa7dd2c6b7d63b3585028dd8a90a6cf9db83c33b250959c2ee7b583a6c130e12",
146+
strip_prefix = "rules_python-1.6.0",
147+
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.6.0/rules_python-1.6.0.tar.gz",
148148
)
149149

150150
if not native.existing_rule("system_python"):

0 commit comments

Comments
 (0)