From 9ea41b4d260e0a6ed4d6f389ac50387f148b35d4 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Sun, 25 Aug 2024 10:45:06 -1000
Subject: [PATCH] Bump yalexs to 8.4.2 (#124593)

changelog: https://github.com/bdraco/yalexs/compare/v8.4.1...v8.4.2

If the pubnub connection failed, the integration would fallback
to polling. This would could get users banned so we no longer do that.
---
 homeassistant/components/august/manifest.json | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/august/manifest.json b/homeassistant/components/august/manifest.json
index e0739aadff0..42f5dfd8409 100644
--- a/homeassistant/components/august/manifest.json
+++ b/homeassistant/components/august/manifest.json
@@ -28,5 +28,5 @@
   "documentation": "https://www.home-assistant.io/integrations/august",
   "iot_class": "cloud_push",
   "loggers": ["pubnub", "yalexs"],
-  "requirements": ["yalexs==8.4.1", "yalexs-ble==2.4.3"]
+  "requirements": ["yalexs==8.4.2", "yalexs-ble==2.4.3"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 699193d350e..19adc435c90 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2968,7 +2968,7 @@ yalesmartalarmclient==0.4.0
 yalexs-ble==2.4.3
 
 # homeassistant.components.august
-yalexs==8.4.1
+yalexs==8.4.2
 
 # homeassistant.components.yeelight
 yeelight==0.7.14
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 31420e7f7af..a0182161fe7 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -2348,7 +2348,7 @@ yalesmartalarmclient==0.4.0
 yalexs-ble==2.4.3
 
 # homeassistant.components.august
-yalexs==8.4.1
+yalexs==8.4.2
 
 # homeassistant.components.yeelight
 yeelight==0.7.14
-- 
GitLab