mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 16:29:33 +00:00
update pysqueezebox lib to 0.13.0 (#154358)
This commit is contained in:
@@ -12,5 +12,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pysqueezebox"],
|
"loggers": ["pysqueezebox"],
|
||||||
"requirements": ["pysqueezebox==0.12.1"]
|
"requirements": ["pysqueezebox==0.13.0"]
|
||||||
}
|
}
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2414,7 +2414,7 @@ pyspcwebgw==0.7.0
|
|||||||
pyspeex-noise==1.0.2
|
pyspeex-noise==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.squeezebox
|
# homeassistant.components.squeezebox
|
||||||
pysqueezebox==0.12.1
|
pysqueezebox==0.13.0
|
||||||
|
|
||||||
# homeassistant.components.stiebel_eltron
|
# homeassistant.components.stiebel_eltron
|
||||||
pystiebeleltron==0.2.3
|
pystiebeleltron==0.2.3
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2017,7 +2017,7 @@ pyspcwebgw==0.7.0
|
|||||||
pyspeex-noise==1.0.2
|
pyspeex-noise==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.squeezebox
|
# homeassistant.components.squeezebox
|
||||||
pysqueezebox==0.12.1
|
pysqueezebox==0.13.0
|
||||||
|
|
||||||
# homeassistant.components.stiebel_eltron
|
# homeassistant.components.stiebel_eltron
|
||||||
pystiebeleltron==0.2.3
|
pystiebeleltron==0.2.3
|
||||||
|
|||||||
@@ -256,7 +256,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
"sense": {"sense-energy": {"async-timeout"}},
|
"sense": {"sense-energy": {"async-timeout"}},
|
||||||
"slimproto": {"aioslimproto": {"async-timeout"}},
|
"slimproto": {"aioslimproto": {"async-timeout"}},
|
||||||
"songpal": {"async-upnp-client": {"async-timeout"}},
|
"songpal": {"async-upnp-client": {"async-timeout"}},
|
||||||
"squeezebox": {"pysqueezebox": {"async-timeout"}},
|
|
||||||
"ssdp": {"async-upnp-client": {"async-timeout"}},
|
"ssdp": {"async-upnp-client": {"async-timeout"}},
|
||||||
"surepetcare": {"surepy": {"async-timeout"}},
|
"surepetcare": {"surepy": {"async-timeout"}},
|
||||||
"travisci": {
|
"travisci": {
|
||||||
|
|||||||
Reference in New Issue
Block a user