From 797da2a35e56f67abc5f770662c042d2e819fb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:00:11 +0200 Subject: [PATCH] Chore(deps): Bump soco from 0.30.11 to 0.30.12 (#2416) * Chore(deps): Bump soco from 0.30.11 to 0.30.12 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.11 to 0.30.12. - [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.11...v0.30.12) --- updated-dependencies: - dependency-name: soco dependency-version: 0.30.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update manifest.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel van der Veldt --- 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 c6119163..260e2b26 100644 --- a/music_assistant/providers/sonos_s1/manifest.json +++ b/music_assistant/providers/sonos_s1/manifest.json @@ -5,7 +5,7 @@ "name": "SONOS S1", "description": "SONOS Player provider for Music Assistant for the S1 hardware, based on the Soco library. Select this provider if you have Sonos devices on the S1 operating system (with the S1 Controller app)", "codeowners": ["@music-assistant"], - "requirements": ["soco==0.30.11", "defusedxml==0.7.1"], + "requirements": ["soco==0.30.12", "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 b5f9b224..850293d7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -52,7 +52,7 @@ radios==0.3.2 setuptools>=1.0.0 shortuuid==1.0.13 snapcast==2.3.7 -soco==0.30.11 +soco==0.30.12 soundcloudpy==0.1.4 sxm==0.2.8 unidecode==1.4.0 -- 2.34.1