From daa38ca60c227698ad93925ed52176e38b611136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 20:54:18 +0200 Subject: [PATCH] Bump pycryptodome from 3.17 to 3.18.0 (#675) * Bump pycryptodome from 3.17 to 3.18.0 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 to 3.18.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.17.0...v3.18.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update manifest.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel van der Veldt --- 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 1ce7bc07..4428a1fd 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.17"], + "requirements": ["deezer-python==5.10.0", "pycryptodome==3.18.0"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 815b532e..87455e8e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ orjson==3.8.12 pillow==9.5.0 plexapi==4.13.4 PyChromecast==13.0.7 -pycryptodome==3.17 +pycryptodome==3.18.0 python-slugify==8.0.1 shortuuid==1.0.11 soco==0.29.1 -- 2.34.1