From 52c4994aa34a19790c30205886d492a9788e4c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:14:32 +0100 Subject: [PATCH] Chore(deps): Bump soco from 0.30.6 to 0.30.9 (#2047) * Chore(deps): Bump soco from 0.30.6 to 0.30.9 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.6 to 0.30.9. - [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.6...v0.30.9) --- updated-dependencies: - dependency-name: soco 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 adffb788..d84b05bc 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.6", + "soco==0.30.9", "defusedxml==0.7.1" ], "documentation": "https://music-assistant.io/player-support/sonos/", diff --git a/requirements_all.txt b/requirements_all.txt index 72162f59..a5d634b5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,7 +45,7 @@ pywidevine==1.8.0 radios==0.3.2 shortuuid==1.0.13 snapcast==2.3.6 -soco==0.30.6 +soco==0.30.9 soundcloudpy==0.1.2 sxm==0.2.8 unidecode==1.3.8 -- 2.34.1