From 61c26f657a5684b3001aeb36699732ba38165214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:10:39 +0000 Subject: [PATCH] Update grpcio to v1.67.1 (#706) | datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | pypi | grpcio | 1.67.0 | 1.67.1 | | pypi | grpcio-health-checking | 1.67.0 | 1.67.1 | | pypi | grpcio-reflection | 1.67.0 | 1.67.1 | | pypi | grpcio-testing | 1.67.0 | 1.67.1 | | pypi | grpcio-tools | 1.67.0 | 1.67.1 | 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 7edb50ef..50e8dce1 100644 --- a/test/environment/grpc/requirements.txt +++ b/test/environment/grpc/requirements.txt @@ -1,5 +1,5 @@ -grpcio==1.67.0 -grpcio-health-checking==1.67.0 -grpcio-reflection==1.67.0 -grpcio-testing==1.67.0 -grpcio-tools==1.67.0 +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 diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt index 87759e8f..e9584eb0 100644 --- a/test/requirements.ci.txt +++ b/test/requirements.ci.txt @@ -1,5 +1,5 @@ docker==7.1.0 -grpcio==1.67.0 +grpcio==1.67.1 protobuf==5.28.2 requests==2.32.3 urllib3==2.2.3