From 4a0ace6872bd2c6ca197b8fb9698d440fbe272a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:09:20 +0000 Subject: [PATCH] Update grpcio requirement from <1.43,>=1.35 to >=1.35,<1.53 Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [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.35.0...v1.52.0) --- updated-dependencies: - dependency-name: grpcio 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 9060b734..11ad81df 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "jinja2==3.0.3" ] -grpc_deps = ['grpcio>=1.35,<1.43', +grpc_deps = ['grpcio>=1.35,<1.53', 'grpcio-tools>=1.35,<1.44', 'prometheus_client==0.13.1', 'click'