From 8eeba490d1cecf98960823635659078861d25e02 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 2 Dec 2022 03:56:02 -1000 Subject: [PATCH] Update aiobafi6 to 0.7.3 (#83073) --- homeassistant/components/baf/manifest.json | 2 +- homeassistant/package_constraints.txt | 4 ++++ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/gen_requirements_all.py | 4 ++++ 5 files changed, 11 insertions(+), 3 deletions(-) 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 = (