From be14ac75720ad460afa22a0ff8c493c814235a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:54:05 +0000 Subject: [PATCH] Bump grpcio from 1.18.0 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.18.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.18.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prod-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prod-requirements.txt b/prod-requirements.txt index 5ec3f2c..f09b714 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -1,5 +1,5 @@ bitstring==3.1.5 -grpcio==1.18.0 +grpcio==1.53.0 numpy==1.16.0 protobuf==3.6.1 six==1.12.0 diff --git a/requirements.txt b/requirements.txt index 6bfc34c..e580f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ autopep8==1.4.3 bitstring==3.1.5 -grpcio==1.18.0 +grpcio==1.53.0 grpcio-tools==1.18.0 numpy==1.16.0 pep8==1.7.1