Skip to content

Commit

Permalink
Bump pycryptodome from 3.18.0 to 3.19.0 (#945)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Update manifest.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
dependabot[bot] and marcelveldt authored Dec 5, 2023
1 parent 5d645cd commit b4e8314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/deezer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]", "pycryptodome==3.18.0"],
"requirements": ["git+https://github.com/music-assistant/[email protected]", "pycryptodome==3.19.0"],
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e8314

Please sign in to comment.