From 1169b60bb6eeae04551321d8354e2cd1a14c4956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:21:42 +0200 Subject: [PATCH] Chore(deps): Bump soco from 0.30.9 to 0.30.10 (#2185) * Chore(deps): Bump soco from 0.30.9 to 0.30.10 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.9 to 0.30.10. - [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.9...v0.30.10) --- updated-dependencies: - dependency-name: soco dependency-version: 0.30.10 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 d84b05bc..07739470 100644 --- a/music_assistant/providers/sonos_s1/manifest.json +++ b/music_assistant/providers/sonos_s1/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "soco==0.30.9", + "soco==0.30.10", "defusedxml==0.7.1" ], "documentation": "https://music-assistant.io/player-support/sonos/", diff --git a/requirements_all.txt b/requirements_all.txt index 75bb1c65..409f913b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -48,7 +48,7 @@ radios==0.3.2 setuptools>=1.0.0 shortuuid==1.0.13 snapcast==2.3.7 -soco==0.30.9 +soco==0.30.10 soundcloudpy==0.1.3 sxm==0.2.8 unidecode==1.4.0 -- 2.34.1