Skip to content

Commit

Permalink
Bump ZHA dependencies (#79565)
Browse files Browse the repository at this point in the history
Bump all ZHA dependencies
  • Loading branch information
puddly committed Oct 4, 2022
1 parent 7eb101b commit 3c07d40
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
"bellows==0.33.1",
"bellows==0.34.0",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.80",
"zigpy-deconz==0.18.1",
"zigpy==0.50.3",
"zigpy-xbee==0.15.0",
"zigpy-zigate==0.9.2",
"zigpy-znp==0.8.2"
"zha-quirks==0.0.81",
"zigpy-deconz==0.19.0",
"zigpy==0.51.1",
"zigpy-xbee==0.16.0",
"zigpy-zigate==0.10.0",
"zigpy-znp==0.9.0"
],
"usb": [
{
Expand Down
14 changes: 7 additions & 7 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ beautifulsoup4==4.11.1
# beewi_smartclim==0.0.10

# homeassistant.components.zha
bellows==0.33.1
bellows==0.34.0

# homeassistant.components.bmw_connected_drive
bimmer_connected==0.10.4
Expand Down Expand Up @@ -2595,7 +2595,7 @@ zengge==0.2
zeroconf==0.39.1

# homeassistant.components.zha
zha-quirks==0.0.80
zha-quirks==0.0.81

# homeassistant.components.zhong_hong
zhong_hong_hvac==1.0.9
Expand All @@ -2604,19 +2604,19 @@ zhong_hong_hvac==1.0.9
ziggo-mediabox-xl==1.1.0

# homeassistant.components.zha
zigpy-deconz==0.18.1
zigpy-deconz==0.19.0

# homeassistant.components.zha
zigpy-xbee==0.15.0
zigpy-xbee==0.16.0

# homeassistant.components.zha
zigpy-zigate==0.9.2
zigpy-zigate==0.10.0

# homeassistant.components.zha
zigpy-znp==0.8.2
zigpy-znp==0.9.0

# homeassistant.components.zha
zigpy==0.50.3
zigpy==0.51.1

# homeassistant.components.zoneminder
zm-py==0.5.2
Expand Down
14 changes: 7 additions & 7 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ base36==0.1.1
beautifulsoup4==4.11.1

# homeassistant.components.zha
bellows==0.33.1
bellows==0.34.0

# homeassistant.components.bmw_connected_drive
bimmer_connected==0.10.4
Expand Down Expand Up @@ -1796,22 +1796,22 @@ youless-api==0.16
zeroconf==0.39.1

# homeassistant.components.zha
zha-quirks==0.0.80
zha-quirks==0.0.81

# homeassistant.components.zha
zigpy-deconz==0.18.1
zigpy-deconz==0.19.0

# homeassistant.components.zha
zigpy-xbee==0.15.0
zigpy-xbee==0.16.0

# homeassistant.components.zha
zigpy-zigate==0.9.2
zigpy-zigate==0.10.0

# homeassistant.components.zha
zigpy-znp==0.8.2
zigpy-znp==0.9.0

# homeassistant.components.zha
zigpy==0.50.3
zigpy==0.51.1

# homeassistant.components.zwave_js
zwave-js-server-python==0.42.0
Expand Down

0 comments on commit 3c07d40

Please sign in to comment.