Skip to content

Commit b4e8314

Browse files
Bump pycryptodome from 3.18.0 to 3.19.0 (#945)
* 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](Legrandin/pycryptodome@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] <support@github.com> * Update manifest.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
1 parent 5d645cd commit b4e8314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

music_assistant/server/providers/deezer/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"description": "Support for the Deezer streaming provider in Music Assistant.",
66
"codeowners": ["@Un10ck3d", "@micha91"],
77
"documentation": "https://github.com/orgs/music-assistant/discussions/1245",
8-
"requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.2", "pycryptodome==3.18.0"],
8+
"requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.2", "pycryptodome==3.19.0"],
99
"multi_instance": true
1010
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ orjson==3.9.10
2323
pillow==10.1.0
2424
plexapi==4.15.6
2525
PyChromecast==13.0.8
26-
pycryptodome==3.18.0
26+
pycryptodome==3.19.0
2727
python-ffmpeg==2.0.4
2828
python-slugify==8.0.1
2929
shortuuid==1.0.11

0 commit comments

Comments
 (0)