From 505dd500cbc761895eea9bccfa64a6408d2b8d50 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Sun, 25 Jul 2021 22:09:40 -0400 Subject: [PATCH] Bump up ZHA dependencies (#53472) * Bump up ZHA dependencies * Fix ZHA WS API tests --- homeassistant/components/zha/manifest.json | 6 +++--- requirements_all.txt | 6 +++--- requirements_test_all.txt | 6 +++--- tests/components/zha/test_api.py | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 081941d94fe..c8df2ddeb30 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -4,16 +4,16 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/zha", "requirements": [ - "bellows==0.25.0", + "bellows==0.26.0", "pyserial==3.5", "pyserial-asyncio==0.5", "zha-quirks==0.0.59", "zigpy-cc==0.5.2", "zigpy-deconz==0.12.0", - "zigpy==0.35.2", + "zigpy==0.36.0", "zigpy-xbee==0.13.0", "zigpy-zigate==0.7.3", - "zigpy-znp==0.5.1" + "zigpy-znp==0.5.2" ], "codeowners": ["@dmulcahey", "@adminiuga"], "zeroconf": [ diff --git a/requirements_all.txt b/requirements_all.txt index 7316432de01..523bca15f47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -364,7 +364,7 @@ beautifulsoup4==4.9.3 # beewi_smartclim==0.0.10 # homeassistant.components.zha -bellows==0.25.0 +bellows==0.26.0 # homeassistant.components.bmw_connected_drive bimmer_connected==0.7.15 @@ -2455,10 +2455,10 @@ zigpy-xbee==0.13.0 zigpy-zigate==0.7.3 # homeassistant.components.zha -zigpy-znp==0.5.1 +zigpy-znp==0.5.2 # homeassistant.components.zha -zigpy==0.35.2 +zigpy==0.36.0 # homeassistant.components.zoneminder zm-py==0.5.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 314ddfee902..e2fd0df2fe0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -220,7 +220,7 @@ azure-eventhub==5.5.0 base36==0.1.1 # homeassistant.components.zha -bellows==0.25.0 +bellows==0.26.0 # homeassistant.components.bmw_connected_drive bimmer_connected==0.7.15 @@ -1355,10 +1355,10 @@ zigpy-xbee==0.13.0 zigpy-zigate==0.7.3 # homeassistant.components.zha -zigpy-znp==0.5.1 +zigpy-znp==0.5.2 # homeassistant.components.zha -zigpy==0.35.2 +zigpy==0.36.0 # homeassistant.components.zwave_js zwave-js-server-python==0.28.0 diff --git a/tests/components/zha/test_api.py b/tests/components/zha/test_api.py index 8694b59ecfb..288f886a865 100644 --- a/tests/components/zha/test_api.py +++ b/tests/components/zha/test_api.py @@ -136,7 +136,7 @@ async def test_device_cluster_attributes(zha_client): msg = await zha_client.receive_json() attributes = msg["result"] - assert len(attributes) == 4 + assert len(attributes) == 5 for attribute in attributes: assert attribute[ID] is not None