diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3690f992f55..82e5a025eef 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -147,7 +147,7 @@ pyOpenSSL>=24.0.0 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==6.30.0rc1 +protobuf==6.30.1 # 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/script/gen_requirements_all.py b/script/gen_requirements_all.py index 7455545baf5..25602918240 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -178,7 +178,7 @@ pyOpenSSL>=24.0.0 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==6.30.0rc1 +protobuf==6.30.1 # faust-cchardet: Ensure we have a version we can build wheels # 2.1.18 is the first version that works with our wheel builder