From 3a3222084e7244498d005f1860f466d1a62cb5a6 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:08 +0000 Subject: [PATCH] Bump grpcio-tools from 1.14.1 to 1.30.0 Bumps [grpcio-tools](https://grpc.io) from 1.14.1 to 1.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..fc6832d 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.14.1', 'grpcio-tools==1.30.0'] # What packages are required for tests to run? TEST_REQUIRED = ['pytest', 'pytest-sugar', 'pytest-cov', 'mock']