We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407e85 commit 5bd58b8Copy full SHA for 5bd58b8
bazel/zetasql_deps_step_2.bzl
@@ -275,9 +275,9 @@ py_library(
275
if not native.existing_rule("com_github_grpc_grpc"):
276
http_archive(
277
name = "com_github_grpc_grpc",
278
- urls = ["https://github.com/grpc/grpc/archive/v1.43.2.tar.gz"],
279
- sha256 = "b74ce7d26fe187970d1d8e2c06a5d3391122f7bc1fdce569aff5e435fb8fe780",
280
- strip_prefix = "grpc-1.43.2",
+ urls = ["https://github.com/grpc/grpc/archive/v1.52.1.tar.gz"],
+ sha256 = "ec125d7fdb77ecc25b01050a0d5d32616594834d3fe163b016768e2ae42a2df6",
+ strip_prefix = "grpc-1.52.1",
281
)
282
283
if analyzer_deps:
0 commit comments