Upgrade bluetooth deps to fix timeout behavior on py3.11 (#99879)
parent
110a17ad6d
commit
330e527560
|
@ -15,9 +15,9 @@
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"bleak==0.21.0",
|
"bleak==0.21.0",
|
||||||
"bleak-retry-connector==3.1.2",
|
"bleak-retry-connector==3.1.3",
|
||||||
"bluetooth-adapters==0.16.0",
|
"bluetooth-adapters==0.16.1",
|
||||||
"bluetooth-auto-recovery==1.2.1",
|
"bluetooth-auto-recovery==1.2.2",
|
||||||
"bluetooth-data-tools==1.11.0",
|
"bluetooth-data-tools==1.11.0",
|
||||||
"dbus-fast==1.95.2"
|
"dbus-fast==1.95.2"
|
||||||
]
|
]
|
||||||
|
|
|
@ -8,10 +8,10 @@ atomicwrites-homeassistant==1.4.1
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
awesomeversion==22.9.0
|
awesomeversion==22.9.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
bleak-retry-connector==3.1.2
|
bleak-retry-connector==3.1.3
|
||||||
bleak==0.21.0
|
bleak==0.21.0
|
||||||
bluetooth-adapters==0.16.0
|
bluetooth-adapters==0.16.1
|
||||||
bluetooth-auto-recovery==1.2.1
|
bluetooth-auto-recovery==1.2.2
|
||||||
bluetooth-data-tools==1.11.0
|
bluetooth-data-tools==1.11.0
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.0
|
ciso8601==2.3.0
|
||||||
|
|
|
@ -518,7 +518,7 @@ bimmer-connected==0.14.0
|
||||||
bizkaibus==0.1.1
|
bizkaibus==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bleak-retry-connector==3.1.2
|
bleak-retry-connector==3.1.3
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bleak==0.21.0
|
bleak==0.21.0
|
||||||
|
@ -540,10 +540,10 @@ bluemaestro-ble==0.2.3
|
||||||
# bluepy==1.3.0
|
# bluepy==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-adapters==0.16.0
|
bluetooth-adapters==0.16.1
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-auto-recovery==1.2.1
|
bluetooth-auto-recovery==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
|
|
|
@ -436,7 +436,7 @@ bellows==0.36.3
|
||||||
bimmer-connected==0.14.0
|
bimmer-connected==0.14.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bleak-retry-connector==3.1.2
|
bleak-retry-connector==3.1.3
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bleak==0.21.0
|
bleak==0.21.0
|
||||||
|
@ -451,10 +451,10 @@ blinkpy==0.21.0
|
||||||
bluemaestro-ble==0.2.3
|
bluemaestro-ble==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-adapters==0.16.0
|
bluetooth-adapters==0.16.1
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bluetooth-auto-recovery==1.2.1
|
bluetooth-auto-recovery==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
|
|
Loading…
Reference in New Issue