Skip to content

Commit 733d006

Browse files
committed
update rules_proto, protobuf versions to match transitive
1 parent 5e67309 commit 733d006

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ A brief description of the categories of changes:
2929
### Changed
3030
* (deps) bazel_skylib 1.6.1 -> 1.7.1
3131
* (deps) rules_cc 0.0.9 -> 0.0.14
32-
* (deps) protobuf 24.4 -> 29.0-rc1
32+
* (deps) protobuf 24.4 -> 29.0-rc2
33+
* (deps) rules_proto 6.0.0-rc1 -> 6.0.2
3334
* (deps) stardoc 0.6.2 -> 0.7.1
3435
* For bzlmod, Bazel 7.4 is now the minimum Bazel version.
3536
* (toolchains) Use the latest indygreg toolchain release [20241016] for Python versions:

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ bazel_dep(name = "rules_cc", version = "0.0.14")
1010
bazel_dep(name = "platforms", version = "0.0.4")
1111

1212
# Those are loaded only when using py_proto_library
13-
bazel_dep(name = "rules_proto", version = "6.0.0-rc1")
14-
bazel_dep(name = "protobuf", version = "29.0-rc1", repo_name = "com_google_protobuf")
13+
bazel_dep(name = "rules_proto", version = "6.0.2")
14+
bazel_dep(name = "protobuf", version = "29.0-rc2", repo_name = "com_google_protobuf")
1515

1616
internal_deps = use_extension("//python/private:internal_deps.bzl", "internal_deps")
1717
use_repo(

0 commit comments

Comments
 (0)