update pysqueezebox lib to 0.13.0 (#154358)

This commit is contained in:
wollew
2025-10-13 11:05:33 +02:00
committed by Franck Nijhof
parent bc784c356e
commit 101679c17d
4 changed files with 3 additions and 4 deletions

View File

@@ -12,5 +12,5 @@
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
"iot_class": "local_polling",
"loggers": ["pysqueezebox"],
"requirements": ["pysqueezebox==0.12.1"]
"requirements": ["pysqueezebox==0.13.0"]
}

2
requirements_all.txt generated
View File

@@ -2414,7 +2414,7 @@ pyspcwebgw==0.7.0
pyspeex-noise==1.0.2
# homeassistant.components.squeezebox
pysqueezebox==0.12.1
pysqueezebox==0.13.0
# homeassistant.components.stiebel_eltron
pystiebeleltron==0.2.3

View File

@@ -2017,7 +2017,7 @@ pyspcwebgw==0.7.0
pyspeex-noise==1.0.2
# homeassistant.components.squeezebox
pysqueezebox==0.12.1
pysqueezebox==0.13.0
# homeassistant.components.stiebel_eltron
pystiebeleltron==0.2.3

View File

@@ -256,7 +256,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
"sense": {"sense-energy": {"async-timeout"}},
"slimproto": {"aioslimproto": {"async-timeout"}},
"songpal": {"async-upnp-client": {"async-timeout"}},
"squeezebox": {"pysqueezebox": {"async-timeout"}},
"ssdp": {"async-upnp-client": {"async-timeout"}},
"surepetcare": {"surepy": {"async-timeout"}},
"travisci": {