From c68c7ea3ed7adb9aa6925f9e712c1bca0f10cb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:43:39 +0100 Subject: [PATCH] Chore(deps): Bump pylast from 6.0.0 to 7.0.2 (#2994) * Chore(deps): Bump pylast from 6.0.0 to 7.0.2 Bumps [pylast](https://github.com/pylast/pylast) from 6.0.0 to 7.0.2. - [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/6.0.0...7.0.2) --- updated-dependencies: - dependency-name: pylast dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Also bump the provider manifest. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel Co-authored-by: OzGav --- 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 75814c3f..96459352 100644 --- a/music_assistant/providers/lastfm_scrobble/manifest.json +++ b/music_assistant/providers/lastfm_scrobble/manifest.json @@ -9,5 +9,5 @@ "documentation": "https://music-assistant.io/plugins/lastfm_scrobble/", "multi_instance": false, "builtin": false, - "requirements": ["pylast==6.0.0"] + "requirements": ["pylast==7.0.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 6afd613b..fcac8dbb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -58,7 +58,7 @@ PyChromecast==14.0.9 pycryptodome==3.23.0 pyheos==1.0.6 pyjwt[crypto]>=2.10.1 -pylast==6.0.0 +pylast==7.0.2 python-fullykiosk==0.0.14 python-slugify==8.0.4 pytz==2025.2 -- 2.34.1