From 2fdb420d1a9bc2a2adbe4a084ff66bc4c34f754c Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Tue, 9 Apr 2024 18:04:52 -1000
Subject: [PATCH] Bump bleak-retry-connector 3.5.0 (#115328)

---
 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 62296ddd8b8..58009216464 100644
--- a/homeassistant/components/bluetooth/manifest.json
+++ b/homeassistant/components/bluetooth/manifest.json
@@ -15,7 +15,7 @@
   "quality_scale": "internal",
   "requirements": [
     "bleak==0.21.1",
-    "bleak-retry-connector==3.4.0",
+    "bleak-retry-connector==3.5.0",
     "bluetooth-adapters==0.18.0",
     "bluetooth-auto-recovery==1.4.0",
     "bluetooth-data-tools==1.19.0",
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 19fb7549150..4acbe3fae58 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -14,7 +14,7 @@ atomicwrites-homeassistant==1.4.1
 attrs==23.2.0
 awesomeversion==24.2.0
 bcrypt==4.1.2
-bleak-retry-connector==3.4.0
+bleak-retry-connector==3.5.0
 bleak==0.21.1
 bluetooth-adapters==0.18.0
 bluetooth-auto-recovery==1.4.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 2bcc0be7f31..26a3c6c82aa 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -560,7 +560,7 @@ bizkaibus==0.1.1
 bleak-esphome==1.0.0
 
 # homeassistant.components.bluetooth
-bleak-retry-connector==3.4.0
+bleak-retry-connector==3.5.0
 
 # homeassistant.components.bluetooth
 bleak==0.21.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 80bce7f87f7..b3179bb9806 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -482,7 +482,7 @@ bimmer-connected[china]==0.14.6
 bleak-esphome==1.0.0
 
 # homeassistant.components.bluetooth
-bleak-retry-connector==3.4.0
+bleak-retry-connector==3.5.0
 
 # homeassistant.components.bluetooth
 bleak==0.21.1
-- 
GitLab