From 3fa2f1c8b41a3cd45fa48912c00f804d21a8ff14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:23:50 +0000 Subject: [PATCH] Update grpcio requirement --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- testsuite/requirements-grpc-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/requirements-grpc-3.txt b/testsuite/requirements-grpc-3.txt index 9a539aed0450..4327613023f4 100644 --- a/testsuite/requirements-grpc-3.txt +++ b/testsuite/requirements-grpc-3.txt @@ -1,3 +1,3 @@ -grpcio >= 1.32.0, <= 1.49.0 +grpcio >= 1.32.0, <= 1.66.0 grpcio-tools >= 1.32.0, <= 1.49.0 protobuf >= 3.12.0, < 4.0dev