From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 20:29:34 +0000 (+0200) Subject: Chore(deps): Bump yt-dlp from 2025.3.31 to 2025.4.30 (#2177) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7b36b44cc4639d8a3f94dd1372362e3fd5a49a98;p=music-assistant-server.git Chore(deps): Bump yt-dlp from 2025.3.31 to 2025.4.30 (#2177) * Chore(deps): Bump yt-dlp from 2025.3.31 to 2025.4.30 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.3.31 to 2025.4.30. - [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/2025.03.31...2025.04.30) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.4.30 dependency-type: direct:production update-type: version-update:semver-minor ... 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/providers/ytmusic/manifest.json b/music_assistant/providers/ytmusic/manifest.json index bb1b1ae4..7c7e9dc8 100644 --- a/music_assistant/providers/ytmusic/manifest.json +++ b/music_assistant/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.10.3", "yt-dlp==2025.3.31", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.3"], + "requirements": ["ytmusicapi==1.10.3", "yt-dlp==2025.4.30", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.3"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 409f913b..55228052 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -54,6 +54,6 @@ sxm==0.2.8 unidecode==1.4.0 websocket-client==1.8.0 xmltodict==0.14.2 -yt-dlp==2025.3.31 +yt-dlp==2025.4.30 ytmusicapi==1.10.3 zeroconf==0.147.0