From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:05:05 +0000 (+0200) Subject: Bump plexapi from 4.13.2 to 4.13.4 (#609) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4a8b1ace0307c04beb9f013d66077b5b7f0feb7f;p=music-assistant-server.git Bump plexapi from 4.13.2 to 4.13.4 (#609) * Bump plexapi from 4.13.2 to 4.13.4 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.13.2 to 4.13.4. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.13.2...4.13.4) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * bump plexapi to 4.13.4 --------- 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/plex/manifest.json b/music_assistant/server/providers/plex/manifest.json index 5220a4f7..5d5382ab 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.13.2"], + "requirements": ["plexapi==4.13.4"], "documentation": "https://github.com/orgs/music-assistant/discussions/1168", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index c6905c7e..cd56bc08 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -16,7 +16,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==20230404.0 orjson==3.8.9 pillow==9.5.0 -plexapi==4.13.2 +plexapi==4.13.4 PyChromecast==13.0.7 python-slugify==8.0.1 shortuuid==1.0.11