Update aiomealie to 0.9.6 (#146447)

This commit is contained in:
Marc Mueller
2025-06-10 14:53:56 +02:00
committed by GitHub
parent 110627e16e
commit d82be09ed4
4 changed files with 3 additions and 7 deletions

View File

@ -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"]
}

2
requirements_all.txt generated
View File

@ -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

View File

@ -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

View File

@ -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(