diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index bd730e2826c3..408082a05d00 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.78.0 -grpcio-status==1.78.0 -grpcio-reflection==1.78.0 +grpcio==1.83.1 +grpcio-status==1.83.1 +grpcio-reflection==1.83.1 # boto3 and botocore are shared requirements of multiple integrations, # with botocore also being a transitive dependency of aiobotocore, which @@ -156,7 +156,7 @@ iso4217!=1.10.20220401 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==6.33.6 +protobuf==7.36.0 # faust-cchardet: Ensure we have a version we can build wheels # 2.1.18 is the first version that works with our wheel builder diff --git a/requirements_test.txt b/requirements_test.txt index 3d59ef0d753a..cfc9c09f9ac0 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -47,7 +47,7 @@ types-caldav==1.3.0.20250516 types-chardet==0.1.5 types-decorator==5.2.0.20260712 types-pexpect==4.9.0.20260518 -types-protobuf==6.32.1.20260221 +types-protobuf==7.35.1.20260827 types-psutil==7.2.2.20260518 types-pyserial==3.5.0.20260712 types-python-dateutil==2.9.0.20260716 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 0b335ad54451..ea12c30d2ddb 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.78.0 -grpcio-status==1.78.0 -grpcio-reflection==1.78.0 +grpcio==1.83.1 +grpcio-status==1.83.1 +grpcio-reflection==1.83.1 # boto3 and botocore are shared requirements of multiple integrations, # with botocore also being a transitive dependency of aiobotocore, which @@ -140,7 +140,7 @@ iso4217!=1.10.20220401 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==6.33.6 +protobuf==7.36.0 # faust-cchardet: Ensure we have a version we can build wheels # 2.1.18 is the first version that works with our wheel builder