From 38c9c7054e524e3d1127caa9e13d62926cbc34b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:26:19 +0200 Subject: [PATCH] Bump soco from 0.30.2 to 0.30.3 (#1227) * Bump soco from 0.30.2 to 0.30.3 Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.2 to 0.30.3. - [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.2...v0.30.3) --- 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/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 23e94dca..83cd11d5 100644 --- a/music_assistant/server/providers/sonos/manifest.json +++ b/music_assistant/server/providers/sonos/manifest.json @@ -7,7 +7,7 @@ "@music-assistant" ], "requirements": [ - "soco==0.30.2", + "soco==0.30.3", "sonos-websocket==0.1.3", "defusedxml==0.7.1" ], diff --git a/requirements_all.txt b/requirements_all.txt index 2f3e5dab..ce1544cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -33,7 +33,7 @@ python-slugify==8.0.4 radios==0.3.1 shortuuid==1.0.13 snapcast==2.3.6 -soco==0.30.2 +soco==0.30.3 sonos-websocket==0.1.3 soundcloudpy==0.1.0 tidalapi==0.7.5 -- 2.34.1