From 714c2ef03e79046cd9ab1869a9569079db5420c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:19:22 +0000 Subject: [PATCH] Bump grpcio-tools from 1.37.0 to 1.53.0 in /sdks/python Bumps [grpcio-tools](https://grpc.io) from 1.37.0 to 1.53.0. --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdks/python/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index 1a17eb29fa1f..6f1f2489cc7a 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -25,7 +25,7 @@ setuptools six wheel>=0.36.0 -grpcio-tools==1.37.0 +grpcio-tools==1.53.0 # TODO(https://github.com/apache/beam/issues/23734): the sdist for grpcio==1.50.0 is failing on GH workers # pin grpcio to the previous version. grpcio==1.49.1;sys_platform=="darwin"