From 05d4ece4de682f2f4a9367a1e8759343e53faaba Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Sep 2022 19:16:46 -0500 Subject: [PATCH] Bump bluetooth-auto-recovery to 0.3.3 (#78245) Downgrades a few more loggers to debug since the only reason we check them is to give a better error message when the bluetooth adapter is blocked by rfkill. https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.3.2...v0.3.3 closes #78211 --- 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 55a7e610e76..434b4c1127e 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -7,7 +7,7 @@ "requirements": [ "bleak==0.16.0", "bluetooth-adapters==0.4.1", - "bluetooth-auto-recovery==0.3.2", + "bluetooth-auto-recovery==0.3.3", "dbus_next==0.2.3" ], "codeowners": ["@bdraco"], diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f2af1efde94..dbbfda9d6db 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ awesomeversion==22.8.0 bcrypt==3.1.7 bleak==0.16.0 bluetooth-adapters==0.4.1 -bluetooth-auto-recovery==0.3.2 +bluetooth-auto-recovery==0.3.3 certifi>=2021.5.30 ciso8601==2.2.0 cryptography==37.0.4 diff --git a/requirements_all.txt b/requirements_all.txt index 851784ca92f..6c310e55e55 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -433,7 +433,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.4.1 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.2 +bluetooth-auto-recovery==0.3.3 # homeassistant.components.bond bond-async==0.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5096087b44d..769c5ffcaa9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -344,7 +344,7 @@ bluemaestro-ble==0.2.0 bluetooth-adapters==0.4.1 # homeassistant.components.bluetooth -bluetooth-auto-recovery==0.3.2 +bluetooth-auto-recovery==0.3.3 # homeassistant.components.bond bond-async==0.1.22