From 3cc9410a62f2b7eb914a6556dfc548b86c19f203 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 13 Sep 2023 19:26:55 -0500 Subject: [PATCH] Bump grpcio to 1.58.0 (#100314) * Bump grpcio to 1.58.0 attempt to fix nightly https://github.com/home-assistant/core/actions/runs/6167125867/job/16737677629 ``` ``` * forgot the script as well --- homeassistant/package_constraints.txt | 6 +++--- script/gen_requirements_all.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 21616a68c32..2f26e5a6c33 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -71,9 +71,9 @@ httplib2>=0.19.0 # gRPC is an implicit dependency that we want to make explicit so we manage # upgrades intentionally. It is a large package to build from source and we # want to ensure we have wheels built. -grpcio==1.51.1 -grpcio-status==1.51.1 -grpcio-reflection==1.51.1 +grpcio==1.58.0 +grpcio-status==1.58.0 +grpcio-reflection==1.58.0 # libcst >=0.4.0 requires a newer Rust than we currently have available, # thus our wheels builds fail. This pins it to the last working version, diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index c2bbfd4ffe3..8780b9d0743 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -72,9 +72,9 @@ httplib2>=0.19.0 # gRPC is an implicit dependency that we want to make explicit so we manage # upgrades intentionally. It is a large package to build from source and we # want to ensure we have wheels built. -grpcio==1.51.1 -grpcio-status==1.51.1 -grpcio-reflection==1.51.1 +grpcio==1.58.0 +grpcio-status==1.58.0 +grpcio-reflection==1.58.0 # libcst >=0.4.0 requires a newer Rust than we currently have available, # thus our wheels builds fail. This pins it to the last working version,