From af0f0a8f5193ee445f8b6d2f8c94b7f8017730c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:45:57 +0000 Subject: [PATCH] Bump grpcio from 1.12.1 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.12.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.12.1...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 428ed6d..0a8bdba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ gitpython==2.1.9 -grpcio==1.12.1 +grpcio==1.53.0 grpcio-tools==1.12.1 protobuf==3.18.3 pyyaml>=4.2b1 diff --git a/setup.py b/setup.py index b57ea62..6057b70 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description=open('README.rst').read(), install_requires=[ "gitpython==2.1.9", - "grpcio==1.12.1", + "grpcio==1.53.0", "grpcio-tools==1.12.1", "protobuf==3.18.3", "PyYAML>=4.2b1",