1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Bump aioamazondevices to 3.1.19 (#147462)

This commit is contained in:
Simone Chemelli
2025-06-25 19:47:09 +03:00
committed by GitHub
parent 2800921a5d
commit 99079d2980
4 changed files with 4 additions and 3 deletions
@@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"loggers": ["aioamazondevices"],
"quality_scale": "bronze",
"requirements": ["aioamazondevices==3.1.14"]
"requirements": ["aioamazondevices==3.1.19"]
}
+1 -1
View File
@@ -185,7 +185,7 @@ aioairzone-cloud==0.6.12
aioairzone==1.0.0
# homeassistant.components.alexa_devices
aioamazondevices==3.1.14
aioamazondevices==3.1.19
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station
+1 -1
View File
@@ -173,7 +173,7 @@ aioairzone-cloud==0.6.12
aioairzone==1.0.0
# homeassistant.components.alexa_devices
aioamazondevices==3.1.14
aioamazondevices==3.1.19
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station
+1
View File
@@ -81,6 +81,7 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# - reasonX should be the name of the invalid dependency
"adax": {"adax": {"async-timeout"}, "adax-local": {"async-timeout"}},
"airthings": {"airthings-cloud": {"async-timeout"}},
"alexa_devices": {"marisa-trie": {"setuptools"}},
"ampio": {"asmog": {"async-timeout"}},
"apache_kafka": {"aiokafka": {"async-timeout"}},
"apple_tv": {"pyatv": {"async-timeout"}},