From 4feb8d339f932eedf5c9ada69a47dbc4d9de64d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:22:40 +0000 Subject: [PATCH 1/2] Bump ytmusicapi from 1.5.1 to 1.5.2 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: ytmusicapi 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 ca03efcf4..6f63686c2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -36,5 +36,5 @@ tidalapi==0.7.4 unidecode==1.3.8 uvloop==0.19.0 xmltodict==0.13.0 -ytmusicapi==1.5.1 +ytmusicapi==1.5.2 zeroconf==0.131.0 From cb2f1bb32750abf733e1a8668871fc0073f66b0a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 13 Feb 2024 15:46:27 +0100 Subject: [PATCH 2/2] Update manifest.json --- music_assistant/server/providers/ytmusic/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/ytmusic/manifest.json b/music_assistant/server/providers/ytmusic/manifest.json index 873b91ebb..2f245629c 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.5.1", "git+https://github.com/MarvinSchenkel/pytube.git"], + "requirements": ["ytmusicapi==1.5.2", "git+https://github.com/MarvinSchenkel/pytube.git"], "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/606", "multi_instance": true }