From 494423756c6feac3e9eba3d56d7f61aa5de5d381 Mon Sep 17 00:00:00 2001 From: PeteRager Date: Mon, 15 Dec 2025 12:47:02 -0500 Subject: [PATCH] fix: bump soco to 0.30.13 --- homeassistant/components/sonos/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index bcc252a7d8d723..146a18555e2752 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -12,7 +12,7 @@ "quality_scale": "bronze", "requirements": [ "defusedxml==0.7.1", - "soco==0.30.12", + "soco==0.30.13", "sonos-websocket==0.1.3" ], "ssdp": [ diff --git a/requirements_all.txt b/requirements_all.txt index 69ef5e82416d64..848636d512dbe8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2868,7 +2868,7 @@ smart-meter-texas==0.5.5 snapcast==2.3.6 # homeassistant.components.sonos -soco==0.30.12 +soco==0.30.13 # homeassistant.components.solaredge_local solaredge-local==0.2.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4b7f55c36fe31f..2e8f82f5adbb48 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2392,7 +2392,7 @@ smart-meter-texas==0.5.5 snapcast==2.3.6 # homeassistant.components.sonos -soco==0.30.12 +soco==0.30.13 # homeassistant.components.solaredge solaredge-web==0.0.1