diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f7e08b88118..d1f07f2d2ed 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -77,9 +77,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.59.0 -grpcio-status==1.59.0 -grpcio-reflection==1.59.0 +grpcio==1.62.3 +grpcio-status==1.62.3 +grpcio-reflection==1.62.3 # 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 e1f53b5c584..88da57f343e 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -96,9 +96,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.59.0 -grpcio-status==1.59.0 -grpcio-reflection==1.59.0 +grpcio==1.62.3 +grpcio-status==1.62.3 +grpcio-reflection==1.62.3 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0