From 5071154fca51a41e74ffcb2a76aef9fe6f3f6acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:49:06 +0000 Subject: [PATCH] Bump grpcio from 1.49.1 to 1.65.4 in /sdks/python Bumps [grpcio](https://github.com/grpc/grpc) from 1.49.1 to 1.65.4. - [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.49.1...v1.65.4) --- updated-dependencies: - dependency-name: grpcio 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 80ce36de8c8a2..a63f364e6f39c 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -23,7 +23,7 @@ wheel>=0.36.0 grpcio-tools==1.37.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" +grpcio==1.65.4;sys_platform=="darwin" mypy-protobuf==1.18 protobuf==3.19.4;python_version=="3.10" and sys_platform=="darwin"