From 747f7a1b04e47045bceefde095fb00b80fd5fcaa Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Sun, 6 Oct 2024 02:28:06 +0200
Subject: [PATCH] Update habluetooth to 3.5.0 (#127690)

---
 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 44e53d871ec..81602359c88 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -20,6 +20,6 @@
     "bluetooth-auto-recovery==1.4.2",
     "bluetooth-data-tools==1.20.0",
     "dbus-fast==2.24.3",
-    "habluetooth==3.4.0"
+    "habluetooth==3.5.0"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 591861d8ca3..509ea8de7d7 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -28,7 +28,7 @@ dbus-fast==2.24.3
 fnv-hash-fast==1.0.2
 ha-av==10.1.1
 ha-ffmpeg==3.2.0
-habluetooth==3.4.0
+habluetooth==3.5.0
 hass-nabucasa==0.81.1
 hassil==1.7.4
 home-assistant-bluetooth==1.13.0
diff --git a/requirements_all.txt b/requirements_all.txt
index fca42864cc5..49adbae2101 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1077,7 +1077,7 @@ ha-philipsjs==3.2.2
 habitipy==0.3.1
 
 # homeassistant.components.bluetooth
-habluetooth==3.4.0
+habluetooth==3.5.0
 
 # homeassistant.components.cloud
 hass-nabucasa==0.81.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 59232654aed..6e2a7c56f04 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -915,7 +915,7 @@ ha-philipsjs==3.2.2
 habitipy==0.3.1
 
 # homeassistant.components.bluetooth
-habluetooth==3.4.0
+habluetooth==3.5.0
 
 # homeassistant.components.cloud
 hass-nabucasa==0.81.1
-- 
GitLab