From b7bf61a8c9f63029413ab5c3104aa9e068ec9fe5 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Mon, 24 Jun 2024 17:35:33 +0200
Subject: [PATCH] Bump habluetooth to 3.1.3 (#120337)

---
 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 0d6116f436a..8883e63f286 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.19.3",
     "dbus-fast==2.21.3",
-    "habluetooth==3.1.1"
+    "habluetooth==3.1.3"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 7aa76295d4b..577889288a1 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -28,7 +28,7 @@ dbus-fast==2.21.3
 fnv-hash-fast==0.5.0
 ha-av==10.1.1
 ha-ffmpeg==3.2.0
-habluetooth==3.1.1
+habluetooth==3.1.3
 hass-nabucasa==0.81.1
 hassil==1.7.1
 home-assistant-bluetooth==1.12.1
diff --git a/requirements_all.txt b/requirements_all.txt
index 9bc0d50edec..6a0aaa29ae0 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1050,7 +1050,7 @@ ha-philipsjs==3.2.2
 habitipy==0.3.1
 
 # homeassistant.components.bluetooth
-habluetooth==3.1.1
+habluetooth==3.1.3
 
 # homeassistant.components.cloud
 hass-nabucasa==0.81.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 10e011a0aa5..4645df451cb 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -867,7 +867,7 @@ ha-philipsjs==3.2.2
 habitipy==0.3.1
 
 # homeassistant.components.bluetooth
-habluetooth==3.1.1
+habluetooth==3.1.3
 
 # homeassistant.components.cloud
 hass-nabucasa==0.81.1
-- 
GitLab