Skip to content

Commit b4653f9

Browse files
Update dependency rules_python to v1.4.1
1 parent af27ea4 commit b4653f9

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.4.1")
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 = "9f9f3b300a9264e4c77999312ce663be5dee9a56e361a1f6fe7ec60e1beef9a3",
283+
strip_prefix = "rules_python-1.4.1",
284+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.1/rules_python-1.4.1.tar.gz",
285285
)
286286

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

0 commit comments

Comments
 (0)