From 13e7af7762f2c455e5019fe88aab3f4d448dced1 Mon Sep 17 00:00:00 2001
From: Andrew Jackson <andrew@codechimp.org>
Date: Thu, 3 Oct 2024 16:35:46 +0100
Subject: [PATCH] Bump aiomealie to 0.9.3 (#127454)

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

diff --git a/homeassistant/components/mealie/manifest.json b/homeassistant/components/mealie/manifest.json
index 4fabdffadc4..f594f1398e3 100644
--- a/homeassistant/components/mealie/manifest.json
+++ b/homeassistant/components/mealie/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/mealie",
   "integration_type": "service",
   "iot_class": "local_polling",
-  "requirements": ["aiomealie==0.9.2"]
+  "requirements": ["aiomealie==0.9.3"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 69fcb5153bf..27e492886eb 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -294,7 +294,7 @@ aiolookin==1.0.0
 aiolyric==2.0.1
 
 # homeassistant.components.mealie
-aiomealie==0.9.2
+aiomealie==0.9.3
 
 # homeassistant.components.modern_forms
 aiomodernforms==0.1.8
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index b1ed0db8a20..36fb127b380 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -276,7 +276,7 @@ aiolookin==1.0.0
 aiolyric==2.0.1
 
 # homeassistant.components.mealie
-aiomealie==0.9.2
+aiomealie==0.9.3
 
 # homeassistant.components.modern_forms
 aiomodernforms==0.1.8
-- 
GitLab