File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ bazel_dep(name = "rules_cc", version = "0.0.14")
1010bazel_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
1616internal_deps = use_extension ("//python/private:internal_deps.bzl" , "internal_deps" )
1717use_repo (
You can’t perform that action at this time.
0 commit comments