From b899676d1518c56a2816341c3c3bbc13eee1e2a1 Mon Sep 17 00:00:00 2001 From: Kieran Hogg Date: Fri, 12 Dec 2025 11:49:25 +0000 Subject: [PATCH] BBC Sounds: Bump auntie-sounds to 1.1.7 (#2797) * Update auntie-sounds requirement to version 1.1.6 * Update auntie-sounds version to 1.1.6 * Bump auntie-sounds to 1.1.7 --- music_assistant/providers/bbc_sounds/manifest.json | 6 ++++-- requirements_all.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/music_assistant/providers/bbc_sounds/manifest.json b/music_assistant/providers/bbc_sounds/manifest.json index dad62dbc..8505039b 100644 --- a/music_assistant/providers/bbc_sounds/manifest.json +++ b/music_assistant/providers/bbc_sounds/manifest.json @@ -7,9 +7,11 @@ "codeowners": [ "@kieranhogg" ], - "credits": ["[auntie-sounds](https://github.com/kieranhogg/auntie-sounds)"], + "credits": [ + "[auntie-sounds](https://github.com/kieranhogg/auntie-sounds)" + ], "requirements": [ - "auntie-sounds==1.1.4", + "auntie-sounds==1.1.7", "pytz==2025.2" ], "multi_instance": false diff --git a/requirements_all.txt b/requirements_all.txt index 981b337c..d8b3e4c2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ aiovban>=0.6.3 alexapy==1.29.10 async-upnp-client==0.46.0 audible==0.10.0 -auntie-sounds==1.1.4 +auntie-sounds==1.1.7 awesomeversion>=24.6.0 bidict==0.23.1 certifi==2025.11.12 -- 2.34.1