diff --git a/homeassistant/components/squeezebox/manifest.json b/homeassistant/components/squeezebox/manifest.json index 49e1da860dff..0336ede3eeac 100644 --- a/homeassistant/components/squeezebox/manifest.json +++ b/homeassistant/components/squeezebox/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3783dd82dca4..9d3db29b8145 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 64b7b050eb03..aa3b48b3d3c9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index a84867920535..793a5f568d23 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -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": {