From db5bf417904a77fa2be75e555fac639400599b70 Mon Sep 17 00:00:00 2001
From: Pete Sage <76050312+PeteRager@users.noreply.github.com>
Date: Sun, 23 Feb 2025 22:37:25 -0500
Subject: [PATCH] bump soco to 0.30.9 (#139143)

---
 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 bb3d99c4c93..5bbfc33ae5b 100644
--- a/homeassistant/components/sonos/manifest.json
+++ b/homeassistant/components/sonos/manifest.json
@@ -8,7 +8,7 @@
   "documentation": "https://www.home-assistant.io/integrations/sonos",
   "iot_class": "local_push",
   "loggers": ["soco", "sonos_websocket"],
-  "requirements": ["soco==0.30.8", "sonos-websocket==0.1.3"],
+  "requirements": ["soco==0.30.9", "sonos-websocket==0.1.3"],
   "ssdp": [
     {
       "st": "urn:schemas-upnp-org:device:ZonePlayer:1"
diff --git a/requirements_all.txt b/requirements_all.txt
index 04cc0c38d67..179f82d04c1 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2754,7 +2754,7 @@ smart-meter-texas==0.5.5
 snapcast==2.3.6
 
 # homeassistant.components.sonos
-soco==0.30.8
+soco==0.30.9
 
 # homeassistant.components.solaredge_local
 solaredge-local==0.2.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index f72da658fb2..2b15ecf055d 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -2221,7 +2221,7 @@ smart-meter-texas==0.5.5
 snapcast==2.3.6
 
 # homeassistant.components.sonos
-soco==0.30.8
+soco==0.30.9
 
 # homeassistant.components.solarlog
 solarlog_cli==0.4.0
-- 
GitLab