From f6496358aaba8add1f001fa7b3598c13d9ff1b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:56:06 +0200 Subject: [PATCH] Chore(deps): Bump pylast from 5.5.0 to 6.0.0 (#2446) * Chore(deps): Bump pylast from 5.5.0 to 6.0.0 Bumps [pylast](https://github.com/pylast/pylast) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/pylast/pylast/releases) - [Changelog](https://github.com/pylast/pylast/blob/main/CHANGELOG.md) - [Commits](https://github.com/pylast/pylast/compare/5.5.0...6.0.0) --- updated-dependencies: - dependency-name: pylast dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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/lastfm_scrobble/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/lastfm_scrobble/manifest.json b/music_assistant/providers/lastfm_scrobble/manifest.json index 42de6f74..93ecd708 100644 --- a/music_assistant/providers/lastfm_scrobble/manifest.json +++ b/music_assistant/providers/lastfm_scrobble/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://music-assistant.io/plugins/lastfm_scrobble/", "multi_instance": false, "builtin": false, - "requirements": ["pylast==5.5.0"] + "requirements": ["pylast==6.0.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index dc4cefac..85793f19 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -48,7 +48,7 @@ py-opensonic==7.0.2 pyblu==2.0.5 PyChromecast==14.0.7 pycryptodome==3.23.0 -pylast==5.5.0 +pylast==6.0.0 python-fullykiosk==0.0.14 python-slugify==8.0.4 pywidevine==1.8.0 -- 2.34.1