1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

update pysqueezebox lib to 0.13.0 (#154358)

This commit is contained in:
wollew
2025-10-13 11:05:33 +02:00
committed by GitHub
parent d389405218
commit e0811558cb
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -263,7 +263,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": {