From b5fa79bfc6c1b9018278dbfda5dc9befdbbc048f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:45:36 +0000 Subject: [PATCH 1/2] Chore(deps): Bump yt-dlp from 2024.12.13 to 2024.12.23 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.12.13 to 2024.12.23. - [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.12.13...2024.12.23) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 0fcc25db7..3a178cd47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,6 +45,6 @@ sxm==0.2.8 tidalapi==0.8.1 unidecode==1.3.8 xmltodict==0.14.2 -yt-dlp==2024.12.13 +yt-dlp==2024.12.23 ytmusicapi==1.8.2 zeroconf==0.136.2 From 087c00bedfb19af46c89a3a512a6e890467b00c8 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 3 Jan 2025 11:53:17 +0100 Subject: [PATCH 2/2] Update manifest.json --- music_assistant/providers/ytmusic/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/ytmusic/manifest.json b/music_assistant/providers/ytmusic/manifest.json index d1e523188..92163ec47 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.8.2", "yt-dlp==2024.12.13"], + "requirements": ["ytmusicapi==1.8.2", "yt-dlp==2024.12.23"], "documentation": "https://music-assistant.io/music-providers/youtube-music/", "multi_instance": true }