From b98e67859ca899b7ee5f6292f5af4124e450f4cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:48:14 +0000 Subject: [PATCH] Update grpcio to v1.69.0 (#767) | datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | pypi | grpcio | 1.68.1 | 1.69.0 | | pypi | grpcio-health-checking | 1.68.1 | 1.69.0 | | pypi | grpcio-reflection | 1.68.1 | 1.69.0 | | pypi | grpcio-testing | 1.68.1 | 1.69.0 | | pypi | grpcio-tools | 1.68.1 | 1.69.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 6f62f5df..e05c8519 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ -grpcio==1.68.1 -grpcio-health-checking==1.68.1 -grpcio-reflection==1.68.1 -grpcio-testing==1.68.1 -grpcio-tools==1.68.1 +grpcio==1.69.0 +grpcio-health-checking==1.69.0 +grpcio-reflection==1.69.0 +grpcio-testing==1.69.0 +grpcio-tools==1.69.0 diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index 6d4093f7..02dd904e 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.1.0 -grpcio==1.68.1 +grpcio==1.69.0 protobuf==5.29.3 requests==2.32.3 urllib3==2.3.0