From 103c675470b74ddbf33d5a598076ee605a44c72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:55:52 +0000 Subject: [PATCH] Bump grpcio-tools from 1.37.0 to 1.62.1 in /sdks/python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.37.0 to 1.62.1. - [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.37.0...v1.62.1) --- 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 6e0c221778b0..e9a3f7b60f98 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -20,7 +20,7 @@ setuptools wheel>=0.36.0 -grpcio-tools==1.37.0 +grpcio-tools==1.62.1 mypy-protobuf==1.18 # Avoid https://github.com/pypa/virtualenv/issues/2006