Skip to content

Commit

Permalink
Up rule_python to latest 1.1.0
Browse files Browse the repository at this point in the history
mostly for bazelbuild/rules_python#2537

CMK-20994

Change-Id: I5e8a6a093df217bd5408569dd0ae509059f488e9
  • Loading branch information
Synss committed Feb 5, 2025
1 parent 9981348 commit d62f506
Show file tree
Hide file tree
Showing 2 changed files with 4,350 additions and 3,695 deletions.
9 changes: 8 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git_override(
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_multitool", version = "0.4.0")
bazel_dep(name = "rules_rust", version = "0.49.3")
bazel_dep(name = "rules_python", version = "0.37.2")
bazel_dep(name = "rules_python", version = "1.1.0")
bazel_dep(name = "rules_uv", version = "0.44.0")
single_version_override(
module_name = "rules_uv",
Expand Down Expand Up @@ -91,6 +91,13 @@ use_repo(types, "cmk_types")
# Keep in synch with Pipfile---will work automatically when we drop pipenv
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")

bazel_dep(
# Transitive dep required because a dependency in the protobuf-python chain
# expects `@rules_proto//proto/private/rules:proto_toolchain_rule.bzl`.
# However, 7083178 removed the file from rules_proto.
name = "toolchains_protoc",
version = "0.3.7",
)
bazel_dep(name = "rules_proto_grpc", version = "5.0.1")
bazel_dep(name = "rules_proto_grpc_python", version = "5.0.1")
single_version_override(
Expand Down
Loading

0 comments on commit d62f506

Please sign in to comment.