Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 46b7cf5 commit 261ec66
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local_path_override(
path = "modules/c",
)

bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")

# C++
bazel_dep(name = "rules_proto_grpc_cpp", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion modules/c/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
2 changes: 1 addition & 1 deletion modules/cpp/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module(
)

bazel_dep(name = "grpc", version = "1.65.0")
bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
2 changes: 1 addition & 1 deletion modules/example_protos/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_proto", version = "6.0.2")
2 changes: 1 addition & 1 deletion modules/objc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module(

bazel_dep(name = "apple_support", version = "1.17.0")
bazel_dep(name = "grpc", version = "1.65.0")
bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
2 changes: 1 addition & 1 deletion modules/python/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.65.4 # TODO: remove once pulling grpc from BCR @grpc works
grpclib==0.4.7
protobuf==5.27.2
protobuf==5.28.3
2 changes: 1 addition & 1 deletion modules/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ multidict==6.1.0 \
--hash=sha256:f90c822a402cb865e396a504f9fc8173ef34212a342d92e362ca498cad308e28 \
--hash=sha256:ff3827aef427c89a25cc96ded1759271a93603aba9fb977a6d264648ebf989db
# via grpclib
protobuf==5.27.2 \
protobuf==5.28.3 \
--hash=sha256:0e341109c609749d501986b835f667c6e1e24531096cff9d34ae411595e26505 \
--hash=sha256:176c12b1f1c880bf7a76d9f7c75822b6a2bc3db2d28baa4d300e8ce4cde7409b \
--hash=sha256:354d84fac2b0d76062e9b3221f4abbbacdfd2a4d8af36bab0474f3a0bb30ab38 \
Expand Down
2 changes: 1 addition & 1 deletion test_workspaces/common_cpp_library/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_proto_grpc_cpp", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion test_workspaces/exclusions/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "protobuf", version = "27.1")
bazel_dep(name = "protobuf", version = "27.5")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_proto_grpc_python", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_python", version = "0.34.0")
Expand Down

0 comments on commit 261ec66

Please sign in to comment.