From 31321d3b41de5283dd8b8c3df102c934f60235b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:18:24 +0100 Subject: [PATCH] Bump ytmusicapi from 1.3.1 to 1.3.2 (#925) * Bump ytmusicapi from 1.3.1 to 1.3.2 Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/sigma67/ytmusicapi/releases) - [Commits](https://github.com/sigma67/ytmusicapi/compare/1.3.1...1.3.2) --- updated-dependencies: - dependency-name: ytmusicapi 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/server/providers/ytmusic/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/ytmusic/manifest.json b/music_assistant/server/providers/ytmusic/manifest.json index a4fc6fb1..60721eac 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.3.1", "git+https://github.com/MarvinSchenkel/pytube.git"], + "requirements": ["ytmusicapi==1.3.2", "git+https://github.com/MarvinSchenkel/pytube.git"], "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/606", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index aed7b3d4..1793f6be 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -33,5 +33,5 @@ tidalapi==0.7.3 unidecode==1.3.7 uvloop==0.19.0 xmltodict==0.13.0 -ytmusicapi==1.3.1 +ytmusicapi==1.3.2 zeroconf==0.119.0 -- 2.34.1