From e230a1f253f21fd868613177611d8e8c44d7ecf6 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Fri, 2 Sep 2022 01:22:12 +0000
Subject: [PATCH] Bump bluetooth-adapters to 0.3.3 (#77683)

---
 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 981b7854e36..9bc4c50a1e4 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -6,7 +6,7 @@
   "quality_scale": "internal",
   "requirements": [
     "bleak==0.16.0",
-    "bluetooth-adapters==0.3.2",
+    "bluetooth-adapters==0.3.3",
     "bluetooth-auto-recovery==0.3.0"
   ],
   "codeowners": ["@bdraco"],
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 84edd18206c..56a6e5efd05 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -11,7 +11,7 @@ attrs==21.2.0
 awesomeversion==22.8.0
 bcrypt==3.1.7
 bleak==0.16.0
-bluetooth-adapters==0.3.2
+bluetooth-adapters==0.3.3
 bluetooth-auto-recovery==0.3.0
 certifi>=2021.5.30
 ciso8601==2.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 16f67f60115..f36995134b4 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -427,7 +427,7 @@ blockchain==1.4.4
 # bluepy==1.3.0
 
 # homeassistant.components.bluetooth
-bluetooth-adapters==0.3.2
+bluetooth-adapters==0.3.3
 
 # homeassistant.components.bluetooth
 bluetooth-auto-recovery==0.3.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 7c725efce11..5fef48b1fe4 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -338,7 +338,7 @@ blebox_uniapi==2.0.2
 blinkpy==0.19.0
 
 # homeassistant.components.bluetooth
-bluetooth-adapters==0.3.2
+bluetooth-adapters==0.3.3
 
 # homeassistant.components.bluetooth
 bluetooth-auto-recovery==0.3.0
-- 
GitLab