From 7934aa28ea2c73850f2fb98782c775d7c8755edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 04:39:05 +0100 Subject: [PATCH] Bump soco from 0.29.1 to 0.30.1 (#977) * Bump soco from 0.29.1 to 0.30.1 Bumps [soco](https://github.com/SoCo/SoCo) from 0.29.1 to 0.30.1. - [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.29.1...v0.30.1) --- updated-dependencies: - dependency-name: soco dependency-type: direct:production update-type: version-update:semver-minor ... 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/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/sonos/manifest.json b/music_assistant/server/providers/sonos/manifest.json index 303eeb00..c06fb9af 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.29.1"], + "requirements": ["soco==0.30.1"], "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 246c9345..5aeeb280 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -28,7 +28,7 @@ python-ffmpeg==2.0.4 python-slugify==8.0.1 shortuuid==1.0.11 snapcast-mod==2.4.3 -soco==0.29.1 +soco==0.30.1 tidalapi==0.7.3 unidecode==1.3.7 uvloop==0.19.0 -- 2.34.1