From 8fb400e7ca8b71b328e83c7482822db666edd61b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Dec 2022 16:29:39 -1000 Subject: [PATCH] Fix bleak-retry-connector get_device hang with HAOS 9.4 and only proxies (#83879) The bleak connection setup to dbus hangs forever instead of errors if there are no local bluetooth adapters and we are using remote proxies. The library now times out when this happens instead of hanging forever. changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.10.1...v2.10.2 --- homeassistant/components/bluetooth/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 4ca4add7fc3..069bb64011d 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -7,7 +7,7 @@ "quality_scale": "internal", "requirements": [ "bleak==0.19.2", - "bleak-retry-connector==2.10.1", + "bleak-retry-connector==2.10.2", "bluetooth-adapters==0.12.0", "bluetooth-auto-recovery==1.0.0", "bluetooth-data-tools==0.3.0", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8ea2da044d1..f9c4c4dd2f6 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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.10.1 +bleak-retry-connector==2.10.2 bleak==0.19.2 bluetooth-adapters==0.12.0 bluetooth-auto-recovery==1.0.0 diff --git a/requirements_all.txt b/requirements_all.txt index c0ccabfc900..b088ec3104a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -422,7 +422,7 @@ bimmer_connected==0.10.4 bizkaibus==0.1.1 # homeassistant.components.bluetooth -bleak-retry-connector==2.10.1 +bleak-retry-connector==2.10.2 # homeassistant.components.bluetooth bleak==0.19.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 517ad04614a..3f857e1839b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -346,7 +346,7 @@ bellows==0.34.5 bimmer_connected==0.10.4 # homeassistant.components.bluetooth -bleak-retry-connector==2.10.1 +bleak-retry-connector==2.10.2 # homeassistant.components.bluetooth bleak==0.19.2