From d22414e298fd56f1f7e12d1af581f35921a2be0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:59:42 +0000 Subject: [PATCH] Bump grpcio from 1.27.1 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.27.1 to 1.53.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.27.1...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87733be..0d4cbac 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ INSTALL_REQUIRES = ( 'protobuf==3.11.3', - 'grpcio==1.27.1', + 'grpcio==1.53.0', 'grpcio-tools==1.27.1', 'googleapis-common-protos==1.51.0', )