From ac437156cf5e15af48ea7f4d4e34497266facf7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:23:36 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.44 to 1.53.0 in /client Bumps [grpcio](https://github.com/grpc/grpc) from 1.44 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.44.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/setup.py b/client/setup.py index a5e2c50f4..529e166c4 100644 --- a/client/setup.py +++ b/client/setup.py @@ -28,7 +28,7 @@ "pylint==2.9", "click==7.0", "click-default-group==1.2", - "grpcio==1.44", + "grpcio==1.53.0", "grpcio-tools==1.44", "protobuf==3.18.3", "py_ecc==1.7.1",