From 3283afda8519fb0f5085b9a48d9ce0d972ca0a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:26:01 +0000 Subject: [PATCH] Update grpcio to v1.68.0 | datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | pypi | grpcio | 1.67.1 | 1.68.0 | | pypi | grpcio-health-checking | 1.67.1 | 1.68.0 | | pypi | grpcio-reflection | 1.67.1 | 1.68.0 | | pypi | grpcio-testing | 1.67.1 | 1.68.0 | | pypi | grpcio-tools | 1.67.1 | 1.68.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/environment/grpc/requirements.txt | 10 +++++----- test/requirements.ci.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/environment/grpc/requirements.txt b/test/environment/grpc/requirements.txt index 50e8dce1..759c1592 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ -grpcio==1.67.1 -grpcio-health-checking==1.67.1 -grpcio-reflection==1.67.1 -grpcio-testing==1.67.1 -grpcio-tools==1.67.1 +grpcio==1.68.0 +grpcio-health-checking==1.68.0 +grpcio-reflection==1.68.0 +grpcio-testing==1.68.0 +grpcio-tools==1.68.0 diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index 5e8fec3c..73a76f76 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.1.0 -grpcio==1.67.1 +grpcio==1.68.0 protobuf==5.28.3 requests==2.32.3 urllib3==2.2.3