mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump bluetooth-adapters to 0.19.4 (#124018)
Fixes a call to enumerate USB devices that did blocking I/O
This commit is contained in:
parent
f1b7847d1c
commit
c717e7a6f6
@ -16,7 +16,7 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"bleak==0.22.2",
|
"bleak==0.22.2",
|
||||||
"bleak-retry-connector==3.5.0",
|
"bleak-retry-connector==3.5.0",
|
||||||
"bluetooth-adapters==0.19.3",
|
"bluetooth-adapters==0.19.4",
|
||||||
"bluetooth-auto-recovery==1.4.2",
|
"bluetooth-auto-recovery==1.4.2",
|
||||||
"bluetooth-data-tools==1.19.4",
|
"bluetooth-data-tools==1.19.4",
|
||||||
"dbus-fast==2.22.1",
|
"dbus-fast==2.22.1",
|
||||||
|
@ -16,7 +16,7 @@ awesomeversion==24.6.0
|
|||||||
bcrypt==4.1.3
|
bcrypt==4.1.3
|
||||||
bleak-retry-connector==3.5.0
|
bleak-retry-connector==3.5.0
|
||||||
bleak==0.22.2
|
bleak==0.22.2
|
||||||
bluetooth-adapters==0.19.3
|
bluetooth-adapters==0.19.4
|
||||||
bluetooth-auto-recovery==1.4.2
|
bluetooth-auto-recovery==1.4.2
|
||||||
bluetooth-data-tools==1.19.4
|
bluetooth-data-tools==1.19.4
|
||||||
cached_ipaddress==0.3.0
|
cached_ipaddress==0.3.0
|
||||||
|
@ -591,7 +591,7 @@ bluemaestro-ble==0.2.3
|
|||||||
# bluepy==1.3.0
|
# bluepy==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-adapters==0.19.3
|
bluetooth-adapters==0.19.4
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-auto-recovery==1.4.2
|
bluetooth-auto-recovery==1.4.2
|
||||||
|
@ -515,7 +515,7 @@ bluecurrent-api==1.2.3
|
|||||||
bluemaestro-ble==0.2.3
|
bluemaestro-ble==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-adapters==0.19.3
|
bluetooth-adapters==0.19.4
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-auto-recovery==1.4.2
|
bluetooth-auto-recovery==1.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user