From 552a87dfcca65489e7bfd3b0ca2c54bba60d4a32 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 6 Dec 2022 21:57:06 +0100 Subject: [PATCH] Upgrade grpcio(-status) to 1.51.1 (#83420) --- homeassistant/package_constraints.txt | 4 ++-- script/gen_requirements_all.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 406b9972aca..a7db89150b8 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -60,8 +60,8 @@ 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.48.0 -grpcio-status==1.48.0 +grpcio==1.51.1 +grpcio-status==1.51.1 # 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 355caa6cb62..d575b61375e 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -71,8 +71,8 @@ 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.48.0 -grpcio-status==1.48.0 +grpcio==1.51.1 +grpcio-status==1.51.1 # 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,