Bump bleak-retry-connector to 2.8.2 (#81370)
* Bump bleak-retry-connector to 2.8.2 Tweaks for the esp32 proxies now that we have better error reporting. This change improves the retry cases a bit with the new https://github.com/esphome/esphome/pull/3971 * emptypull/81386/head
parent
914ccdbc4f
commit
54df052699
|
@ -7,7 +7,7 @@
|
|||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"bleak==0.19.1",
|
||||
"bleak-retry-connector==2.8.1",
|
||||
"bleak-retry-connector==2.8.2",
|
||||
"bluetooth-adapters==0.6.0",
|
||||
"bluetooth-auto-recovery==0.3.6",
|
||||
"dbus-fast==1.60.0"
|
||||
|
|
|
@ -10,7 +10,7 @@ atomicwrites-homeassistant==1.4.1
|
|||
attrs==21.2.0
|
||||
awesomeversion==22.9.0
|
||||
bcrypt==3.1.7
|
||||
bleak-retry-connector==2.8.1
|
||||
bleak-retry-connector==2.8.2
|
||||
bleak==0.19.1
|
||||
bluetooth-adapters==0.6.0
|
||||
bluetooth-auto-recovery==0.3.6
|
||||
|
|
|
@ -416,7 +416,7 @@ bimmer_connected==0.10.4
|
|||
bizkaibus==0.1.1
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak-retry-connector==2.8.1
|
||||
bleak-retry-connector==2.8.2
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak==0.19.1
|
||||
|
|
|
@ -340,7 +340,7 @@ bellows==0.34.2
|
|||
bimmer_connected==0.10.4
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak-retry-connector==2.8.1
|
||||
bleak-retry-connector==2.8.2
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak==0.19.1
|
||||
|
|
Loading…
Reference in New Issue