diff --git a/homeassistant/components/baf/manifest.json b/homeassistant/components/baf/manifest.json index 7462a64e770..bf9be6365b9 100644 --- a/homeassistant/components/baf/manifest.json +++ b/homeassistant/components/baf/manifest.json @@ -3,7 +3,7 @@ "name": "Big Ass Fans", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/baf", - "requirements": ["aiobafi6==0.7.2"], + "requirements": ["aiobafi6==0.7.3"], "codeowners": ["@bdraco", "@jfroy"], "iot_class": "local_push", "zeroconf": [ diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 223a395a813..a34d7f24d60 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -133,3 +133,7 @@ pandas==1.4.3 # uamqp 1.6.1, has 1 failing test during built on armv7/armhf uamqp==1.6.0 + +# Required for pycomfoconnect +# https://github.com/home-assistant/core/pull/83073#issuecomment-1334870513 +protobuf==3.20.3 diff --git a/requirements_all.txt b/requirements_all.txt index 1cc9a89cbaa..0cc6e0d8d78 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -131,7 +131,7 @@ aioasuswrt==1.4.0 aioazuredevops==1.3.5 # homeassistant.components.baf -aiobafi6==0.7.2 +aiobafi6==0.7.3 # homeassistant.components.aws aiobotocore==2.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 18c0fe0aa7e..63a72cc61c0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -118,7 +118,7 @@ aioasuswrt==1.4.0 aioazuredevops==1.3.5 # homeassistant.components.baf -aiobafi6==0.7.2 +aiobafi6==0.7.3 # homeassistant.components.aws aiobotocore==2.1.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 355caa6cb62..68f4b33896b 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -144,6 +144,10 @@ pandas==1.4.3 # uamqp 1.6.1, has 1 failing test during built on armv7/armhf uamqp==1.6.0 + +# Required for pycomfoconnect +# https://github.com/home-assistant/core/pull/83073#issuecomment-1334870513 +protobuf==3.20.3 """ IGNORE_PRE_COMMIT_HOOK_ID = (