From bdbc9264e6828f81f8082fb3f215988577598b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:21:54 +0000 Subject: [PATCH] Update grpcio-tools requirement from <1.44,>=1.35 to >=1.35,<1.49 Updates the requirements on [grpcio-tools](https://grpc.io) to permit the latest version. --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bc6b96c..b22c3382 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ] grpc_deps = ['grpcio>=1.35,<1.43', - 'grpcio-tools>=1.35,<1.44', + 'grpcio-tools>=1.35,<1.49', 'prometheus_client==0.13.1', 'click' ]