From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:04:20 +0000 (+0100) Subject: Bump pycryptodome from 3.19.0 to 3.19.1 (#983) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2ec1310701917c184abdb5f20721543e910523c1;p=music-assistant-server.git Bump pycryptodome from 3.19.0 to 3.19.1 (#983) * Bump pycryptodome from 3.19.0 to 3.19.1 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1. - [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.19.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production update-type: version-update:semver-patch ... 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 --- diff --git a/music_assistant/server/providers/deezer/manifest.json b/music_assistant/server/providers/deezer/manifest.json index 9f93c254..f511e49b 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.19.0"], + "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.2", "pycryptodome==3.19.1"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 9f172e13..17d337b3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ orjson==3.9.10 pillow==10.2.0 plexapi==4.15.6 PyChromecast==13.0.8 -pycryptodome==3.19.0 +pycryptodome==3.19.1 python-ffmpeg==2.0.9 python-slugify==8.0.1 shortuuid==1.0.11