Skip to content

Commit

Permalink
Bump ZHA dependencies (home-assistant#106147)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Dec 21, 2023
1 parent e50fe79 commit bfaae77
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 @@ -21,15 +21,15 @@
"universal_silabs_flasher"
],
"requirements": [
"bellows==0.37.3",
"bellows==0.37.4",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.107",
"zigpy-deconz==0.22.2",
"zigpy==0.60.1",
"zha-quirks==0.0.108",
"zigpy-deconz==0.22.3",
"zigpy==0.60.2",
"zigpy-xbee==0.20.1",
"zigpy-zigate==0.12.0",
"zigpy-znp==0.12.0",
"zigpy-znp==0.12.1",
"universal-silabs-flasher==0.0.15",
"pyserial-asyncio-fast==0.11"
],
Expand Down
10 changes: 5 additions & 5 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ beautifulsoup4==4.12.2
# beewi-smartclim==0.0.10

# homeassistant.components.zha
bellows==0.37.3
bellows==0.37.4

# homeassistant.components.bmw_connected_drive
bimmer-connected[china]==0.14.6
Expand Down Expand Up @@ -2843,7 +2843,7 @@ zeroconf==0.131.0
zeversolar==0.3.1

# homeassistant.components.zha
zha-quirks==0.0.107
zha-quirks==0.0.108

# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.9
Expand All @@ -2852,7 +2852,7 @@ zhong-hong-hvac==1.0.9
ziggo-mediabox-xl==1.1.0

# homeassistant.components.zha
zigpy-deconz==0.22.2
zigpy-deconz==0.22.3

# homeassistant.components.zha
zigpy-xbee==0.20.1
Expand All @@ -2861,10 +2861,10 @@ zigpy-xbee==0.20.1
zigpy-zigate==0.12.0

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

# homeassistant.components.zha
zigpy==0.60.1
zigpy==0.60.2

# 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 @@ -448,7 +448,7 @@ base36==0.1.1
beautifulsoup4==4.12.2

# homeassistant.components.zha
bellows==0.37.3
bellows==0.37.4

# homeassistant.components.bmw_connected_drive
bimmer-connected[china]==0.14.6
Expand Down Expand Up @@ -2141,10 +2141,10 @@ zeroconf==0.131.0
zeversolar==0.3.1

# homeassistant.components.zha
zha-quirks==0.0.107
zha-quirks==0.0.108

# homeassistant.components.zha
zigpy-deconz==0.22.2
zigpy-deconz==0.22.3

# homeassistant.components.zha
zigpy-xbee==0.20.1
Expand All @@ -2153,10 +2153,10 @@ zigpy-xbee==0.20.1
zigpy-zigate==0.12.0

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

# homeassistant.components.zha
zigpy==0.60.1
zigpy==0.60.2

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

0 comments on commit bfaae77

Please sign in to comment.