From cf2156a0a4183b947cda3512603794f61e7ef98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:14:00 +0000 Subject: [PATCH] chore(deps): bump grpcio from 1.38.0 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.38.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.38.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 3d7f838..1621b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.38.1 +grpcio==1.53.0 grpcio-tools==1.38.1 colorama==0.3.3 termcolor==1.1.0 diff --git a/setup.py b/setup.py index ea3ce00..719703c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "Programming Language :: Python :: 3.6", ], install_requires=[ - 'grpcio==1.38.0', + 'grpcio==1.53.0', 'grpcio-tools==1.38.0', 'colorama==0.3.3', 'termcolor==1.1.0',