From dac51f4964ddb903370345b80eda964acf6eaf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:56:15 +0200 Subject: [PATCH] Chore(deps): Bump soco from 0.30.10 to 0.30.11 (#2368) * Chore(deps): Bump soco from 0.30.10 to 0.30.11 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.10 to 0.30.11. - [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.10...v0.30.11) --- updated-dependencies: - dependency-name: soco dependency-version: 0.30.11 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 ae6a4759..c6119163 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.10", "defusedxml==0.7.1"], + "requirements": ["soco==0.30.11", "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 82e277b1..55c9179c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -50,7 +50,7 @@ radios==0.3.2 setuptools>=1.0.0 shortuuid==1.0.13 snapcast==2.3.7 -soco==0.30.10 +soco==0.30.11 soundcloudpy==0.1.4 sxm==0.2.8 unidecode==1.4.0 -- 2.34.1