From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:10:40 +0000 (+0100) Subject: Bump soco from 0.30.1 to 0.30.2 (#1021) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d6c17c688d44da882ece1c8794ddb48d31a8fb20;p=music-assistant-server.git Bump soco from 0.30.1 to 0.30.2 (#1021) * Bump soco from 0.30.1 to 0.30.2 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.1 to 0.30.2. - [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.1...v0.30.2) --- 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 --- diff --git a/music_assistant/server/providers/sonos/manifest.json b/music_assistant/server/providers/sonos/manifest.json index c06fb9af..0e3ce826 100644 --- a/music_assistant/server/providers/sonos/manifest.json +++ b/music_assistant/server/providers/sonos/manifest.json @@ -4,7 +4,7 @@ "name": "SONOS", "description": "SONOS Playerprovider for Music Assistant.", "codeowners": ["@music-assistant"], - "requirements": ["soco==0.30.1"], + "requirements": ["soco==0.30.2"], "documentation": "https://github.com/orgs/music-assistant/discussions/1171", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index 59a94ebb..842eee7b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -29,7 +29,7 @@ python-ffmpeg==2.0.9 python-slugify==8.0.1 shortuuid==1.0.11 snapcast-mod==2.4.3 -soco==0.30.1 +soco==0.30.2 tidalapi==0.7.3 unidecode==1.3.8 uvloop==0.19.0