From e3380adb83b7a3ab92f632665cb8e3864547629c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:11:57 +0200 Subject: [PATCH] Chore(deps): Bump yt-dlp from 2025.3.26 to 2025.3.27 (#2082) * Chore(deps): Bump yt-dlp from 2025.3.26 to 2025.3.27 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.3.26 to 2025.3.27. - [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.26...2025.03.27) --- updated-dependencies: - dependency-name: yt-dlp 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/providers/ytmusic/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/ytmusic/manifest.json b/music_assistant/providers/ytmusic/manifest.json index 17e6ace3..444299a6 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.2", "yt-dlp==2025.3.26", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.1"], + "requirements": ["ytmusicapi==1.10.2", "yt-dlp==2025.3.27", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.1"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 6983ab47..ae9aaf63 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -52,6 +52,6 @@ sxm==0.2.8 unidecode==1.3.8 websocket-client==1.8.0 xmltodict==0.14.2 -yt-dlp==2025.3.26 +yt-dlp==2025.3.27 ytmusicapi==1.10.2 zeroconf==0.146.1 -- 2.34.1