diff --git a/homeassistant/components/mealie/manifest.json b/homeassistant/components/mealie/manifest.json index 6e55abcdcad..d90e979582e 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.5"] + "requirements": ["aiomealie==0.9.6"] } diff --git a/requirements_all.txt b/requirements_all.txt index 58f80a6b18b..5baa7f1c5cd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -307,7 +307,7 @@ aiolookin==1.0.0 aiolyric==2.0.1 # homeassistant.components.mealie -aiomealie==0.9.5 +aiomealie==0.9.6 # homeassistant.components.modern_forms aiomodernforms==0.1.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dfefbb9f5f5..ea2d0a402eb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -289,7 +289,7 @@ aiolookin==1.0.0 aiolyric==2.0.1 # homeassistant.components.mealie -aiomealie==0.9.5 +aiomealie==0.9.6 # homeassistant.components.modern_forms aiomodernforms==0.1.8 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 0faffb8112f..d8f7cb5c859 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -49,10 +49,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # geocachingapi > reverse_geocode > scipy > numpy "scipy": {"numpy"} }, - "mealie": { - # https://github.com/joostlek/python-mealie/pull/490 - "aiomealie": {"awesomeversion"} - }, } PACKAGE_REGEX = re.compile(