From 326ade4b2723fe4839c9ac11c1c0123527b2d0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:11:09 +0000 Subject: [PATCH] Bump grpcio-tools from 1.53.0 to 1.56.0 in /sdks/python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.53.0 to 1.56.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.53.0...v1.56.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 130dcfa21f4ad..6963bb1d24cbc 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -19,7 +19,7 @@ setuptools wheel>=0.36.0 -grpcio-tools==1.53.0 +grpcio-tools==1.56.0 mypy-protobuf==3.4.0 # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.6