Skip to content

Commit 6cb4907

Browse files
Update dependency rules_python to v1.5.0
1 parent af27ea4 commit 6cb4907

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bazel_dep(name = "rules_foreign_cc", version = "0.15.0")
2929
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
3030

3131
# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
32-
bazel_dep(name = "rules_python", version = "1.1.0")
32+
bazel_dep(name = "rules_python", version = "1.5.0")
3333

3434
# As a workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/1018.
3535
rules_foreign_cc_tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools")

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ rust_register_toolchains()
279279

280280
http_archive(
281281
name = "rules_python",
282-
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
283-
strip_prefix = "rules_python-1.1.0",
284-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
282+
sha256 = "7b9039c31e909cf59eeaea8ccbdc54f09f7ebaeb9609b94371c7de45e802977c",
283+
strip_prefix = "rules_python-1.5.0",
284+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.5.0/rules_python-1.5.0.tar.gz",
285285
)
286286

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

0 commit comments

Comments
 (0)