From aa79179d34b0344993b92572208b998dfe194a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:55:24 +0000 Subject: [PATCH] Bump grpcio from 1.20.0 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.20.0 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.20.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b12a0af5..9015d1e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.20.0 +grpcio==1.53.0 grpcio-tools==1.20.0 h5py>=2.9.0 imageio>=2.5.0 diff --git a/setup.py b/setup.py index cb604a7c..1cfed40b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'scikit-learn', 'pyvision-toolkit', 'protobuf', - 'grpcio==1.20.0', + 'grpcio==1.53.0', 'grpcio-tools==1.20.0', 'keras==2.2.0', 'keras_vggface',