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 radio dependencies #102750

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"universal_silabs_flasher"
],
"requirements": [
"bellows==0.36.5",
"bellows==0.36.8",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.106",
"zigpy-deconz==0.21.1",
"zigpy==0.58.1",
"zigpy-xbee==0.18.3",
"zigpy==0.59.0",
"zigpy-xbee==0.19.0",
"zigpy-zigate==0.11.0",
"zigpy-znp==0.11.6",
"universal-silabs-flasher==0.0.14",
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ beautifulsoup4==4.12.2
# beewi-smartclim==0.0.10

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

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.2
Expand Down Expand Up @@ -2807,7 +2807,7 @@ ziggo-mediabox-xl==1.1.0
zigpy-deconz==0.21.1

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

# homeassistant.components.zha
zigpy-zigate==0.11.0
Expand All @@ -2816,7 +2816,7 @@ zigpy-zigate==0.11.0
zigpy-znp==0.11.6

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

# homeassistant.components.zoneminder
zm-py==0.5.2
Expand Down
6 changes: 3 additions & 3 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.5
bellows==0.36.8

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.2
Expand Down Expand Up @@ -2095,7 +2095,7 @@ zha-quirks==0.0.106
zigpy-deconz==0.21.1

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

# homeassistant.components.zha
zigpy-zigate==0.11.0
Expand All @@ -2104,7 +2104,7 @@ zigpy-zigate==0.11.0
zigpy-znp==0.11.6

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

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