From 845c061a7be2a45a2dc2813b930d74ff5c828dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:48:59 +0100 Subject: [PATCH] Chore(deps): Bump soco from 0.30.5 to 0.30.6 (#1793) * Chore(deps): Bump soco from 0.30.5 to 0.30.6 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.5 to 0.30.6. - [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.5...v0.30.6) --- 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 b33c6ace..adffb788 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.5", + "soco==0.30.6", "defusedxml==0.7.1" ], "documentation": "https://music-assistant.io/player-support/sonos/", diff --git a/requirements_all.txt b/requirements_all.txt index 1d55bde1..60fb03c7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -38,7 +38,7 @@ pywidevine==1.8.0 radios==0.3.2 shortuuid==1.0.13 snapcast==2.3.6 -soco==0.30.5 +soco==0.30.6 soundcloudpy==0.1.0 sxm==0.2.8 tidalapi==0.8.1 -- 2.34.1