From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:44:29 +0000 (+0100) Subject: Bump tidalapi from 0.7.3 to 0.7.4 (#1047) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=40de0fd14e9536e77b1e63de708373715b8e17e3;p=music-assistant-server.git Bump tidalapi from 0.7.3 to 0.7.4 (#1047) * Bump tidalapi from 0.7.3 to 0.7.4 Bumps [tidalapi](https://github.com/tamland/python-tidal) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/tamland/python-tidal/releases) - [Changelog](https://github.com/tamland/python-tidal/blob/master/HISTORY.rst) - [Commits](https://github.com/tamland/python-tidal/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: tidalapi 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/tidal/manifest.json b/music_assistant/server/providers/tidal/manifest.json index 5548d67e..c66a0eaa 100644 --- a/music_assistant/server/providers/tidal/manifest.json +++ b/music_assistant/server/providers/tidal/manifest.json @@ -4,7 +4,7 @@ "name": "Tidal", "description": "Support for the Tidal streaming provider in Music Assistant.", "codeowners": ["@jozefKruszynski"], - "requirements": ["tidalapi==0.7.3"], + "requirements": ["tidalapi==0.7.4"], "documentation": "https://github.com/orgs/music-assistant/discussions/1201", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 7cd271eb..cf9ebb0f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -32,7 +32,7 @@ shortuuid==1.0.11 snapcast-mod==2.4.3 soco==0.30.2 sonos-websocket==0.1.3 -tidalapi==0.7.3 +tidalapi==0.7.4 unidecode==1.3.8 uvloop==0.19.0 xmltodict==0.13.0