From c6e5011a98b6dc15d1deed864b7e9e18ea459d1f Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Sun, 6 Oct 2024 00:54:23 +0200
Subject: [PATCH] Update bluetooth-adapters to 0.20.0 (#127684)

---
 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 a17c17cc138..7c57d1051e0 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -16,7 +16,7 @@
   "requirements": [
     "bleak==0.22.2",
     "bleak-retry-connector==3.5.0",
-    "bluetooth-adapters==0.19.4",
+    "bluetooth-adapters==0.20.0",
     "bluetooth-auto-recovery==1.4.2",
     "bluetooth-data-tools==1.20.0",
     "dbus-fast==2.24.3",
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index bd205c74f06..24d55f8fe07 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -17,7 +17,7 @@ awesomeversion==24.6.0
 bcrypt==4.2.0
 bleak-retry-connector==3.5.0
 bleak==0.22.2
-bluetooth-adapters==0.19.4
+bluetooth-adapters==0.20.0
 bluetooth-auto-recovery==1.4.2
 bluetooth-data-tools==1.20.0
 cached-ipaddress==0.7.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 9c7c78daa3d..576ae41fc2b 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -603,7 +603,7 @@ bluemaestro-ble==0.2.3
 # bluepy==1.3.0
 
 # homeassistant.components.bluetooth
-bluetooth-adapters==0.19.4
+bluetooth-adapters==0.20.0
 
 # homeassistant.components.bluetooth
 bluetooth-auto-recovery==1.4.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 39ef2fb781f..3ec65828ce4 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -527,7 +527,7 @@ bluecurrent-api==1.2.3
 bluemaestro-ble==0.2.3
 
 # homeassistant.components.bluetooth
-bluetooth-adapters==0.19.4
+bluetooth-adapters==0.20.0
 
 # homeassistant.components.bluetooth
 bluetooth-auto-recovery==1.4.2
-- 
GitLab