Skip to content

Commit

Permalink
Bump ZHA dependencies (home-assistant#91969)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Apr 25, 2023
1 parent ebabf50 commit 0b0573c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.97",
"zigpy-deconz==0.20.0",
"zigpy==0.54.1",
"zigpy-xbee==0.17.0",
"zigpy-zigate==0.10.3",
"zigpy-znp==0.10.0"
"zigpy-deconz==0.21.0",
"zigpy==0.55.0",
"zigpy-xbee==0.18.0",
"zigpy-zigate==0.11.0",
"zigpy-znp==0.11.1"
],
"usb": [
{
Expand Down
10 changes: 5 additions & 5 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2727,19 +2727,19 @@ zhong_hong_hvac==1.0.9
ziggo-mediabox-xl==1.1.0

# homeassistant.components.zha
zigpy-deconz==0.20.0
zigpy-deconz==0.21.0

# homeassistant.components.zha
zigpy-xbee==0.17.0
zigpy-xbee==0.18.0

# homeassistant.components.zha
zigpy-zigate==0.10.3
zigpy-zigate==0.11.0

# homeassistant.components.zha
zigpy-znp==0.10.0
zigpy-znp==0.11.1

# homeassistant.components.zha
zigpy==0.54.1
zigpy==0.55.0

# homeassistant.components.zoneminder
zm-py==0.5.2
Expand Down
10 changes: 5 additions & 5 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1967,19 +1967,19 @@ zeversolar==0.3.1
zha-quirks==0.0.97

# homeassistant.components.zha
zigpy-deconz==0.20.0
zigpy-deconz==0.21.0

# homeassistant.components.zha
zigpy-xbee==0.17.0
zigpy-xbee==0.18.0

# homeassistant.components.zha
zigpy-zigate==0.10.3
zigpy-zigate==0.11.0

# homeassistant.components.zha
zigpy-znp==0.10.0
zigpy-znp==0.11.1

# homeassistant.components.zha
zigpy==0.54.1
zigpy==0.55.0

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

0 comments on commit 0b0573c

Please sign in to comment.