From d97c1f0fc3ba81f6f9f56680960c034fb55732c5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:21:16 +0200 Subject: [PATCH] Update grpcio to 1.75.1 (#153643) --- 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 34fe8d2d2bf..06fe35f7f91 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -88,9 +88,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.72.1 -grpcio-status==1.72.1 -grpcio-reflection==1.72.1 +grpcio==1.75.1 +grpcio-status==1.75.1 +grpcio-reflection==1.75.1 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 5d176adfdec..bdd8ed2cda1 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -113,9 +113,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.72.1 -grpcio-status==1.72.1 -grpcio-reflection==1.72.1 +grpcio==1.75.1 +grpcio-status==1.75.1 +grpcio-reflection==1.75.1 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0