From 9e76e8cef824a7356f09a9a3348decd24440fe17 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 31 Jul 2022 04:37:29 -0700 Subject: [PATCH] Bump grpc requirements to 1.48.0 (#75603) --- 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 c9d424daa33..d4344ec256c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -54,8 +54,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.46.1 -grpcio-status==1.46.1 +grpcio==1.48.0 +grpcio-status==1.48.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 5ef794b4eab..3cb35eec147 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -68,8 +68,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.46.1 -grpcio-status==1.46.1 +grpcio==1.48.0 +grpcio-status==1.48.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,