From 70f4304e6d587d3d5e0e03556c8df1c804739aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:48:04 +0200 Subject: [PATCH] Chore(deps): Bump yt-dlp from 2025.3.27 to 2025.3.31 (#2129) * Chore(deps): Bump yt-dlp from 2025.3.27 to 2025.3.31 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.3.27 to 2025.3.31. - [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.27...2025.03.31) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.3.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Chore(deps): Bump yt-dlp from 2025.3.27 to 2025.3.31 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.3.27 to 2025.3.31. - [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.27...2025.03.31) --- updated-dependencies: - dependency-name: yt-dlp dependency-version: 2025.3.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump yt-dlp. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- 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 5966c2a1..96231a5d 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.27", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.2"], + "requirements": ["ytmusicapi==1.10.3", "yt-dlp==2025.3.31", "duration-parser==1.0.1", "bgutil-ytdlp-pot-provider==0.8.2"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 6a0dbe10..93645150 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.27 +yt-dlp==2025.3.31 ytmusicapi==1.10.3 zeroconf==0.146.5 -- 2.34.1