From 96c42c5e376d9b93d8e13a9f7e03a6126bb41ee7 Mon Sep 17 00:00:00 2001 From: Jonathan Bangert Date: Tue, 15 Aug 2023 17:21:24 +0200 Subject: [PATCH] Bump deezer-python to v0.1.1 --- 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 437f4491..128cb615 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": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.0", "pycryptodome==3.18.0"], + "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.1", "pycryptodome==3.18.0"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 152a2385..98eee88c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -14,7 +14,7 @@ cryptography==41.0.3 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main -git+https://github.com/music-assistant/deezer-python-async@v0.1.0 +git+https://github.com/music-assistant/deezer-python-async@v0.1.1 ifaddr==0.2.0 mashumaro==3.9 memory-tempfile==2.2.3 -- 2.34.1