From 40de0fd14e9536e77b1e63de708373715b8e17e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:44:29 +0100 Subject: [PATCH] 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 --- music_assistant/server/providers/tidal/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1