From 48a94305ed915c1104876400452ea92dc53bad57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:56:58 +0200 Subject: [PATCH] Bump soco from 0.30.4 to 0.30.5 (#1710) * Bump soco from 0.30.4 to 0.30.5 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.4 to 0.30.5. - [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.4...v0.30.5) --- 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/server/providers/sonos_s1/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/sonos_s1/manifest.json b/music_assistant/server/providers/sonos_s1/manifest.json index 32be16cb..b33c6ace 100644 --- a/music_assistant/server/providers/sonos_s1/manifest.json +++ b/music_assistant/server/providers/sonos_s1/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "soco==0.30.4", + "soco==0.30.5", "defusedxml==0.7.1" ], "documentation": "https://music-assistant.io/player-support/sonos/", diff --git a/requirements_all.txt b/requirements_all.txt index ccb5627a..f1e482fd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -37,7 +37,7 @@ pywidevine==1.8.0 radios==0.3.1 shortuuid==1.0.13 snapcast==2.3.6 -soco==0.30.4 +soco==0.30.5 soundcloudpy==0.1.0 tidalapi==0.7.6 unidecode==1.3.8 -- 2.34.1