diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 62a8b722dc9..5f8eda0856e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -150,7 +150,7 @@ pyOpenSSL>=23.1.0 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==4.24.3 +protobuf==4.25.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/script/gen_requirements_all.py b/script/gen_requirements_all.py index 2668affee96..cb202ed0466 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -150,7 +150,7 @@ pyOpenSSL>=23.1.0 # protobuf must be in package constraints for the wheel # builder to build binary wheels -protobuf==4.24.3 +protobuf==4.25.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