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

@@ -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": {