mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Bump aioamazondevices to 3.1.19 (#147462)
This commit is contained in:
parent
2800921a5d
commit
99079d2980
@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioamazondevices"],
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["aioamazondevices==3.1.14"]
|
||||
"requirements": ["aioamazondevices==3.1.19"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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"}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user