From 7cdec9aeebbfcac67819e55fb9b3aaa9e6b8651a Mon Sep 17 00:00:00 2001
From: Pete Sage <76050312+PeteRager@users.noreply.github.com>
Date: Thu, 14 Mar 2024 19:42:13 -0400
Subject: [PATCH] Bump aiooncue to 0.3.7 (#113451)

---
 homeassistant/components/oncue/manifest.json | 2 +-
 requirements_all.txt                         | 2 +-
 requirements_test_all.txt                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/oncue/manifest.json b/homeassistant/components/oncue/manifest.json
index 24414e4efb8..b4c425a1645 100644
--- a/homeassistant/components/oncue/manifest.json
+++ b/homeassistant/components/oncue/manifest.json
@@ -12,5 +12,5 @@
   "documentation": "https://www.home-assistant.io/integrations/oncue",
   "iot_class": "cloud_polling",
   "loggers": ["aiooncue"],
-  "requirements": ["aiooncue==0.3.5"]
+  "requirements": ["aiooncue==0.3.7"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 0c92b1c7b83..1555c4e1601 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -315,7 +315,7 @@ aionanoleaf==0.2.1
 aionotion==2024.03.0
 
 # homeassistant.components.oncue
-aiooncue==0.3.5
+aiooncue==0.3.7
 
 # homeassistant.components.openexchangerates
 aioopenexchangerates==0.4.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 0a352f07999..c3f9f98a7b0 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -288,7 +288,7 @@ aionanoleaf==0.2.1
 aionotion==2024.03.0
 
 # homeassistant.components.oncue
-aiooncue==0.3.5
+aiooncue==0.3.7
 
 # homeassistant.components.openexchangerates
 aioopenexchangerates==0.4.0
-- 
GitLab