diff --git a/homeassistant/components/mealie/manifest.json b/homeassistant/components/mealie/manifest.json index fb81ff850b881b..918dd743726a19 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.4.0"] + "requirements": ["aiomealie==0.5.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 209aa1cb122b95..7a957e99baa457 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -294,7 +294,7 @@ aiolookin==1.0.0 aiolyric==1.1.0 # homeassistant.components.mealie -aiomealie==0.4.0 +aiomealie==0.5.0 # homeassistant.components.modern_forms aiomodernforms==0.1.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 21d97a6d04d653..9ead78df9fe5c0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -267,7 +267,7 @@ aiolookin==1.0.0 aiolyric==1.1.0 # homeassistant.components.mealie -aiomealie==0.4.0 +aiomealie==0.5.0 # homeassistant.components.modern_forms aiomodernforms==0.1.8