From 9bda1d6807db0a501b1b888416159dfb16646a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:16:05 +0100 Subject: [PATCH] Bump plexapi from 4.15.5 to 4.15.6 (#939) * Bump plexapi from 4.15.5 to 4.15.6 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.5 to 4.15.6. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.15.5...4.15.6) --- updated-dependencies: - dependency-name: plexapi 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 --- music_assistant/server/providers/plex/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/plex/manifest.json b/music_assistant/server/providers/plex/manifest.json index 686a2fe5..f169a2b9 100644 --- a/music_assistant/server/providers/plex/manifest.json +++ b/music_assistant/server/providers/plex/manifest.json @@ -4,7 +4,7 @@ "name": "Plex Media Server Library", "description": "Support for the Plex streaming provider in Music Assistant.", "codeowners": ["@micha91"], - "requirements": ["plexapi==4.15.5"], + "requirements": ["plexapi==4.15.6"], "documentation": "https://github.com/orgs/music-assistant/discussions/1168", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 733b04c3..0ddd6dcd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==2.0.15 orjson==3.9.10 pillow==10.1.0 -plexapi==4.15.5 +plexapi==4.15.6 PyChromecast==13.0.7 pycryptodome==3.18.0 python-ffmpeg==2.0.4 -- 2.34.1