From 58c0cea246f5d7a206fd8b0779ce12e5b725d51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:38:23 +0000 Subject: [PATCH] Chore(deps): Bump soco from 0.30.12 to 0.30.14 (#3125) * Chore(deps): Bump soco from 0.30.12 to 0.30.14 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.12 to 0.30.14. - [Release notes](https://github.com/SoCo/SoCo/releases) - [Changelog](https://github.com/SoCo/SoCo/blob/master/doc/release_notes.rst) - [Commits](https://github.com/SoCo/SoCo/compare/v0.30.12...v0.30.14) --- updated-dependencies: - dependency-name: soco dependency-version: 0.30.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Also bump provider manifest --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- music_assistant/providers/sonos_s1/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/sonos_s1/manifest.json b/music_assistant/providers/sonos_s1/manifest.json index 840cb36b..af6b4644 100644 --- a/music_assistant/providers/sonos_s1/manifest.json +++ b/music_assistant/providers/sonos_s1/manifest.json @@ -6,7 +6,7 @@ "description": "Play music, manage groups, and control Series 1 SONOS speakers throughout your home. Select this provider if you have SONOS devices on the S1 operating system (with the S1 Controller app)", "codeowners": ["@music-assistant"], "credits": ["[SoCo](https://github.com/SoCo/SoCo)"], - "requirements": ["soco==0.30.12", "defusedxml==0.7.1"], + "requirements": ["soco==0.30.14", "defusedxml==0.7.1"], "documentation": "https://music-assistant.io/player-support/sonos/", "multi_instance": false, "builtin": false diff --git a/requirements_all.txt b/requirements_all.txt index d066fdc2..61e1083f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -67,7 +67,7 @@ radios==0.3.2 rokuecp==0.19.5 shortuuid==1.0.13 snapcast==2.3.7 -soco==0.30.12 +soco==0.30.14 soundcloudpy==0.1.4 srptools>=1.0.0 sxm==0.2.8 -- 2.34.1