From 61cd36d628a359d14723c435cd713058bb03115a Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Sat, 13 May 2023 14:06:22 -0400 Subject: [PATCH] Bump bellows to 0.35.5 to fix Aqara Zigbee connectivity issue (#92999) Bump bellows to 0.35.5 --- homeassistant/components/zha/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 1055d846544..46fe2ce472a 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -20,7 +20,7 @@ "zigpy_znp" ], "requirements": [ - "bellows==0.35.3", + "bellows==0.35.5", "pyserial==3.5", "pyserial-asyncio==0.6", "zha-quirks==0.0.99", diff --git a/requirements_all.txt b/requirements_all.txt index 0ebb4187397..efc89ce66a0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -428,7 +428,7 @@ beautifulsoup4==4.11.1 # beewi_smartclim==0.0.10 # homeassistant.components.zha -bellows==0.35.3 +bellows==0.35.5 # homeassistant.components.bmw_connected_drive bimmer_connected==0.13.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f93b1f5b663..07a71a6a840 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -361,7 +361,7 @@ base36==0.1.1 beautifulsoup4==4.11.1 # homeassistant.components.zha -bellows==0.35.3 +bellows==0.35.5 # homeassistant.components.bmw_connected_drive bimmer_connected==0.13.3