Skip to content

Commit

Permalink
Update rules_python to v0.33.2
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
  • Loading branch information
fmeum authored and copybara-github committed Jun 20, 2024
1 parent 1246ff4 commit 01f6dec
Show file tree
Hide file tree
Showing 2 changed files with 2,196 additions and 987 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.28.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.bcr.1", repo_name = "com_google_googletest")
bazel_dep(name = "with_cfg.bzl", version = "0.2.4")
Expand Down
Loading

0 comments on commit 01f6dec

Please sign in to comment.