From 9d7ddfdb1e4b4880afab5b817fccb68857eaff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:27:34 +0000 Subject: [PATCH] Chore(deps): Bump alexapy from 1.29.9 to 1.29.10 (#2670) * Chore(deps): Bump alexapy from 1.29.9 to 1.29.10 Bumps [alexapy](https://gitlab.com/keatontaylor/alexapy) from 1.29.9 to 1.29.10. - [Release notes](https://gitlab.com/keatontaylor/alexapy/tags) - [Changelog](https://gitlab.com/keatontaylor/alexapy/blob/dev/CHANGELOG.md) - [Commits](https://gitlab.com/keatontaylor/alexapy/compare/v1.29.9...v1.29.10) --- updated-dependencies: - dependency-name: alexapy dependency-version: 1.29.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump alexapy in provider manifest --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- music_assistant/providers/alexa/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/alexa/manifest.json b/music_assistant/providers/alexa/manifest.json index e053e6e1..166c6fed 100644 --- a/music_assistant/providers/alexa/manifest.json +++ b/music_assistant/providers/alexa/manifest.json @@ -5,6 +5,6 @@ "name": "Alexa", "description": "Stream to Amazon Alexa (Echo) devices.", "codeowners": ["@alams154"], - "requirements": ["alexapy==1.29.9"], + "requirements": ["alexapy==1.29.10"], "documentation": "https://www.music-assistant.io/player-support/alexa/" } diff --git a/requirements_all.txt b/requirements_all.txt index 7677f0d0..f54f5bec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -15,7 +15,7 @@ aioslimproto==3.1.1 aiosonos==0.1.9 aiosqlite==0.21.0 aiovban>=0.6.3 -alexapy==1.29.9 +alexapy==1.29.10 async-upnp-client==0.45.0 audible==0.10.0 bidict==0.23.1 -- 2.34.1