Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ZHA dependencies #104335

Merged
merged 13 commits into from
Nov 29, 2023
Merged
Prev Previous commit
Next Next commit
Bump all ZHA radio dependencies
  • Loading branch information
puddly authored and frenck committed Nov 29, 2023
commit 4cefcb9c8ae4fab1ee21ef6b87c8bcf622f3bae6
12 changes: 6 additions & 6 deletions homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"universal_silabs_flasher"
],
"requirements": [
"bellows==0.36.8",
"bellows==0.37.1",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.107",
"zigpy-deconz==0.21.1",
"zigpy==0.59.0",
"zigpy-xbee==0.19.0",
"zigpy-zigate==0.11.0",
"zigpy-znp==0.11.6",
"zigpy-deconz==0.22.0",
"zigpy==0.60.0",
"zigpy-xbee==0.20.0",
"zigpy-zigate==0.12.0",
"zigpy-znp==0.12.0",
"universal-silabs-flasher==0.0.14",
"pyserial-asyncio-fast==0.11"
],
Expand Down
12 changes: 6 additions & 6 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ beautifulsoup4==4.12.2
# beewi-smartclim==0.0.10

# homeassistant.components.zha
bellows==0.36.8
bellows==0.37.1

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.3
Expand Down Expand Up @@ -2828,19 +2828,19 @@ zhong-hong-hvac==1.0.9
ziggo-mediabox-xl==1.1.0

# homeassistant.components.zha
zigpy-deconz==0.21.1
zigpy-deconz==0.22.0

# homeassistant.components.zha
zigpy-xbee==0.19.0
zigpy-xbee==0.20.0

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

# homeassistant.components.zha
zigpy-znp==0.11.6
zigpy-znp==0.12.0

# homeassistant.components.zha
zigpy==0.59.0
zigpy==0.60.0

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

# homeassistant.components.zha
bellows==0.36.8
bellows==0.37.1

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.3
Expand Down Expand Up @@ -2117,19 +2117,19 @@ zeversolar==0.3.1
zha-quirks==0.0.107

# homeassistant.components.zha
zigpy-deconz==0.21.1
zigpy-deconz==0.22.0

# homeassistant.components.zha
zigpy-xbee==0.19.0
zigpy-xbee==0.20.0

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

# homeassistant.components.zha
zigpy-znp==0.11.6
zigpy-znp==0.12.0

# homeassistant.components.zha
zigpy==0.59.0
zigpy==0.60.0

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