Skip to content

Commit

Permalink
Update grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 46b7cf5 commit e677563
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/cpp/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "grpc", version = "1.65.0")
bazel_dep(name = "grpc", version = "1.66.0.bcr.2")
bazel_dep(name = "protobuf", version = "27.1")
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/objc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
)

bazel_dep(name = "apple_support", version = "1.17.0")
bazel_dep(name = "grpc", version = "1.65.0")
bazel_dep(name = "grpc", version = "1.66.0.bcr.2")
bazel_dep(name = "protobuf", version = "27.1")
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/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "grpc", version = "1.65.0")
bazel_dep(name = "grpc", version = "1.66.0.bcr.2")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_python", version = "0.34.0")

Expand Down
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
grpcio==1.67.0 # TODO: remove once pulling grpc from BCR @grpc works
grpclib==0.4.7
protobuf==5.27.2
2 changes: 1 addition & 1 deletion modules/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# bazel run //:requirements.update
#
grpcio==1.65.4 \
grpcio==1.67.0 \
--hash=sha256:075f3903bc1749ace93f2b0664f72964ee5f2da5c15d4b47e0ab68e4f442c257 \
--hash=sha256:0a0720299bdb2cc7306737295d56e41ce8827d5669d4a3cd870af832e3b17c4d \
--hash=sha256:0cef8c919a3359847c357cb4314e50ed1f0cca070f828ee8f878d362fd744d52 \
Expand Down

0 comments on commit e677563

Please sign in to comment.