From cba9e5845de611ac95486ca805844c9c21a2ee01 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Sun, 6 Oct 2024 01:21:39 +0200
Subject: [PATCH] Update bleak-retry-connector to 3.6.0 (#127686)

---
 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 7c57d1051e0..1bd76d16dad 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -15,7 +15,7 @@
   "quality_scale": "internal",
   "requirements": [
     "bleak==0.22.2",
-    "bleak-retry-connector==3.5.0",
+    "bleak-retry-connector==3.6.0",
     "bluetooth-adapters==0.20.0",
     "bluetooth-auto-recovery==1.4.2",
     "bluetooth-data-tools==1.20.0",
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 24d55f8fe07..fb5fc2f8469 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -15,7 +15,7 @@ atomicwrites-homeassistant==1.4.1
 attrs==23.2.0
 awesomeversion==24.6.0
 bcrypt==4.2.0
-bleak-retry-connector==3.5.0
+bleak-retry-connector==3.6.0
 bleak==0.22.2
 bluetooth-adapters==0.20.0
 bluetooth-auto-recovery==1.4.2
diff --git a/requirements_all.txt b/requirements_all.txt
index 576ae41fc2b..1f61519c242 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -578,7 +578,7 @@ bizkaibus==0.1.1
 bleak-esphome==1.0.0
 
 # homeassistant.components.bluetooth
-bleak-retry-connector==3.5.0
+bleak-retry-connector==3.6.0
 
 # homeassistant.components.bluetooth
 bleak==0.22.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 3ec65828ce4..933b1ca0a54 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -509,7 +509,7 @@ bimmer-connected[china]==0.16.3
 bleak-esphome==1.0.0
 
 # homeassistant.components.bluetooth
-bleak-retry-connector==3.5.0
+bleak-retry-connector==3.6.0
 
 # homeassistant.components.bluetooth
 bleak==0.22.2
-- 
GitLab