Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 9677e61

Browse files
committed
update dependencies
1 parent a62a5a9 commit 9677e61

File tree

3 files changed

+220
-81
lines changed

3 files changed

+220
-81
lines changed

.bazeliskrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See https://github.com/bazelbuild/bazelisk
2-
USE_BAZEL_VERSION=6.5.0
2+
USE_BAZEL_VERSION=7.7.1

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ gapic_generator_python()
6060

6161
gapic_generator_register_toolchains()
6262

63-
_grpc_version = "1.71.0"
63+
_grpc_version = "1.78.0"
6464

65-
_grpc_sha256 = "9313c3f8f4dd3341597f152d506a50caf571fe40f886e24ea9078891990df285"
65+
_grpc_sha256 = "dcaccdb284e8667f1a0b6d9aeb13ef9cea8e16aa873c606ab9c7d58be373e210"
6666

6767
http_archive(
6868
name = "com_github_grpc_grpc",
@@ -72,9 +72,9 @@ http_archive(
7272
)
7373
# instantiated in grpc_deps().
7474

75-
_protobuf_version = "34.0"
75+
_protobuf_version = "33.5"
7676

77-
_protobuf_sha256 = "e540aae70d3b4f758846588768c9e39090fab880bc3233a1f42a8ab8d3781efd"
77+
_protobuf_sha256 = "440848dffa209beb8a04e41cc352762e44f8e91342b2a43aab6af9b30713c2f6"
7878

7979
http_archive(
8080
name = "com_google_protobuf",

0 commit comments

Comments
 (0)