From 6631c57cfbb3d0c7cf050c1fd9b8cec2cfe9bafd Mon Sep 17 00:00:00 2001
From: Andrew Jackson <andrew@codechimp.org>
Date: Mon, 30 Dec 2024 16:47:58 +0000
Subject: [PATCH] Bump aiomealie to 0.9.5 (#134274)

---
 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 c555fcbc3d6..6e55abcdcad 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.4"]
+  "requirements": ["aiomealie==0.9.5"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 5515724cd67..f27b6c0d500 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.4
+aiomealie==0.9.5
 
 # homeassistant.components.modern_forms
 aiomodernforms==0.1.8
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 1b9a228ee70..670dd26b88c 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.4
+aiomealie==0.9.5
 
 # homeassistant.components.modern_forms
 aiomodernforms==0.1.8
-- 
GitLab