From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:31:31 +0000 (+0100) Subject: Bump ytmusicapi from 1.5.2 to 1.5.3 (#1112) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=10771265d07bee16322d4793a0641a728e60167e;p=music-assistant-server.git Bump ytmusicapi from 1.5.2 to 1.5.3 (#1112) * Bump ytmusicapi from 1.5.2 to 1.5.3 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.5.2...1.5.3) --- updated-dependencies: - dependency-name: ytmusicapi 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/ytmusic/manifest.json b/music_assistant/server/providers/ytmusic/manifest.json index 8ab926cd..84538f53 100644 --- a/music_assistant/server/providers/ytmusic/manifest.json +++ b/music_assistant/server/providers/ytmusic/manifest.json @@ -4,7 +4,7 @@ "name": "YouTube Music", "description": "Support for the YouTube Music streaming provider in Music Assistant.", "codeowners": ["@MarvinSchenkel"], - "requirements": ["ytmusicapi==1.5.2", "git+https://github.com/MarvinSchenkel/pytube.git"], + "requirements": ["ytmusicapi==1.5.3", "git+https://github.com/MarvinSchenkel/pytube.git"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 14566bf1..70b4dc49 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -39,5 +39,5 @@ tidalapi==0.7.4 unidecode==1.3.8 uvloop==0.19.0 xmltodict==0.13.0 -ytmusicapi==1.5.2 +ytmusicapi==1.5.3 zeroconf==0.131.0