From 11893e39e7ce0c2b3b6b6ad643da8da68473c3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 20:12:33 +0200 Subject: [PATCH] Bump deezer-python from 5.12.0 to 6.0.0 (#793) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Bangert --- 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 0084ef1a..1099c5ed 100644 --- a/music_assistant/server/providers/deezer/manifest.json +++ b/music_assistant/server/providers/deezer/manifest.json @@ -5,6 +5,6 @@ "description": "Support for the Deezer streaming provider in Music Assistant.", "codeowners": ["@Un10ck3d", "@micha91"], "documentation": "https://github.com/orgs/music-assistant/discussions/1245", - "requirements": ["deezer-python==5.12.0", "pycryptodome==3.18.0"], + "requirements": ["deezer-python==6.0.0", "pycryptodome==3.18.0"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 2c9bcac3..e6102746 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ async-upnp-client==0.34.1 asyncio-throttle==1.0.2 colorlog==6.7.0 cryptography==41.0.2 -deezer-python==5.12.0 +deezer-python==6.0.0 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main -- 2.34.1