From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 03:39:14 +0000 (+0100) Subject: Bump python-ffmpeg from 2.0.4 to 2.0.9 (#972) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=075cbbd8d9f38f6c78da45c1814d41588628cfcc;p=music-assistant-server.git Bump python-ffmpeg from 2.0.4 to 2.0.9 (#972) * Bump python-ffmpeg from 2.0.4 to 2.0.9 Bumps [python-ffmpeg](https://github.com/jonghwanhyeon/python-ffmpeg) from 2.0.4 to 2.0.9. - [Release notes](https://github.com/jonghwanhyeon/python-ffmpeg/releases) - [Commits](https://github.com/jonghwanhyeon/python-ffmpeg/compare/v2.0.4...v2.0.9) --- updated-dependencies: - dependency-name: python-ffmpeg 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/snapcast/manifest.json b/music_assistant/server/providers/snapcast/manifest.json index 26624220..da5f77d7 100644 --- a/music_assistant/server/providers/snapcast/manifest.json +++ b/music_assistant/server/providers/snapcast/manifest.json @@ -4,7 +4,7 @@ "name": "Snapcast", "description": "Support for snapcast server and clients.", "codeowners": ["@SantigoSotoC"], - "requirements": ["snapcast-mod==2.4.3", "python-ffmpeg==2.0.4"], + "requirements": ["snapcast-mod==2.4.3", "python-ffmpeg==2.0.9"], "documentation": "https://github.com/orgs/music-assistant/discussions/1668", "multi_instance": false, "builtin": false, diff --git a/requirements_all.txt b/requirements_all.txt index 5aeeb280..16f7eb8c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -24,7 +24,7 @@ pillow==10.1.0 plexapi==4.15.6 PyChromecast==13.0.8 pycryptodome==3.19.0 -python-ffmpeg==2.0.4 +python-ffmpeg==2.0.9 python-slugify==8.0.1 shortuuid==1.0.11 snapcast-mod==2.4.3