Skip to content

Commit

Permalink
Try updating @rules_python to version 0.28.0.
Browse files Browse the repository at this point in the history
Change-Id: I43b0ac45b1124f76ac32fb3602c0f6361779ec69
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62373
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jan 16, 2024
1 parent 27b17d5 commit f20d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20230802.0", repo_name = "com_google_absl")
bazel_dep(name = "rules_python", version = "0.26.0")
bazel_dep(name = "rules_python", version = "0.28.0")
bazel_dep(name = "pybind11_bazel", version = "2.11.1")

python_configure = use_extension("@pybind11_bazel//:python_configure.bzl", "extension")
Expand Down

0 comments on commit f20d014

Please sign in to comment.