From 1758ddb27586981f95e0573f6bbfbddca2b88c77 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 27 May 2023 00:12:28 +0200 Subject: [PATCH] Bump deezer-python to 5.12.0 (#681) --- music_assistant/server/providers/deezer/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/deezer/manifest.json b/music_assistant/server/providers/deezer/manifest.json index 4428a1fd..6cd8318c 100644 --- a/music_assistant/server/providers/deezer/manifest.json +++ b/music_assistant/server/providers/deezer/manifest.json @@ -4,6 +4,6 @@ "name": "Deezer", "description": "Support for the Deezer streaming provider in Music Assistant.", "codeowners": ["@Un10ck3d", "@micha91"], - "requirements": ["deezer-python==5.10.0", "pycryptodome==3.18.0"], + "requirements": ["deezer-python==5.12.0", "pycryptodome==3.18.0"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 87455e8e..748bf302 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ async-upnp-client==0.33.2 asyncio-throttle==1.0.2 coloredlogs==15.0.1 cryptography==40.0.2 -deezer-python==5.10.0 +deezer-python==5.12.0 faust-cchardet>=2.1.18 git+https://github.com/gieljnssns/python-radios.git@main git+https://github.com/jozefKruszynski/python-tidal.git@v0.7.1 -- 2.34.1