From c764067c0fab8a6ae751b6b02f41a9f33660eb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:11:33 +0000 Subject: [PATCH 1/2] Bump pycryptodome from 3.18.0 to 3.19.0 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 38adb7ef6..20753b94f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ orjson==3.9.10 pillow==10.1.0 plexapi==4.15.6 PyChromecast==13.0.8 -pycryptodome==3.18.0 +pycryptodome==3.19.0 python-ffmpeg==2.0.4 python-slugify==8.0.1 shortuuid==1.0.11 From 9537e07033cc6fd5704ba5c3ce55cb04111928e0 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 5 Dec 2023 09:17:37 +0100 Subject: [PATCH 2/2] Update manifest.json --- music_assistant/server/providers/deezer/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/deezer/manifest.json b/music_assistant/server/providers/deezer/manifest.json index e0d4f10b8..9f93c254f 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.2", "pycryptodome==3.18.0"], + "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.2", "pycryptodome==3.19.0"], "multi_instance": true }