From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:43:42 +0000 (+0200) Subject: Bump yt-dlp from 2024.7.1 to 2024.7.7 (#1473) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f81ec165c9430833bc6301f9b7bd8f7bebe2bfe3;p=music-assistant-server.git Bump yt-dlp from 2024.7.1 to 2024.7.7 (#1473) * Bump yt-dlp from 2024.7.1 to 2024.7.7 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.1 to 2024.7.7. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.07.01...2024.07.07) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... 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 172b64b8..381e0d5b 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.7.3", "git+https://github.com/coletdjnz/yt-dlp-youtube-oauth2.git", "yt-dlp==2024.7.1"], + "requirements": ["ytmusicapi==1.7.3", "git+https://github.com/coletdjnz/yt-dlp-youtube-oauth2.git", "yt-dlp==2024.7.7"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 335d03ca..497982aa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -42,6 +42,6 @@ soundcloudpy==0.1.0 tidalapi==0.7.6 unidecode==1.3.8 xmltodict==0.13.0 -yt-dlp==2024.7.1 +yt-dlp==2024.7.7 ytmusicapi==1.7.3 zeroconf==0.132.2