From 3339f4cca79dc8ed2c6463043c030b18dd6965bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 11:55:29 +0000 Subject: [PATCH] Bump grpcio from 1.14.1 to 1.30.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.14.1 to 1.30.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.14.1...v1.30.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd7bfe4..4bf0599 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ VERSION = None # What packages are required for this module to be executed? -REQUIRED = ['future', 'six', 'grpcio==1.14.1', 'grpcio-tools==1.14.1'] +REQUIRED = ['future', 'six', 'grpcio==1.30.0', 'grpcio-tools==1.14.1'] # What packages are required for tests to run? TEST_REQUIRED = ['pytest', 'pytest-sugar', 'pytest-cov', 'mock']