Skip to content

Commit

Permalink
[7.3.0] Update rules_python to v0.33.2 (#22990)
Browse files Browse the repository at this point in the history
This makes the lockfile independent of OS/arch.

Closes #22718.

PiperOrigin-RevId: 645176563
Change-Id: I23d35c911c20ad115943d276ca5ed49d317f7f83

Commit
01f6dec

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
iancha1992 and fmeum authored Jul 10, 2024
1 parent d88c708 commit 6d69b9c
Show file tree
Hide file tree
Showing 2 changed files with 2,209 additions and 941 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ bazel_dep(name = "zlib", version = "1.3")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_java", version = "7.6.5")
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_proto", version = "6.0.0")
bazel_dep(name = "rules_jvm_external", version = "6.0")
bazel_dep(name = "rules_python", version = "0.26.0")
bazel_dep(name = "rules_python", version = "0.33.2")
bazel_dep(name = "rules_testing", version = "0.6.0")
bazel_dep(name = "googletest", version = "1.14.0", repo_name = "com_google_googletest")
bazel_dep(name = "with_cfg.bzl", version = "0.2.4")
Expand Down
Loading

0 comments on commit 6d69b9c

Please sign in to comment.