From c3fc201d3ba5be5cbca7e46e6b348c173162a9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:51:46 +0200 Subject: [PATCH] Bump plexapi from 4.14.0 to 4.15.0 (#803) * Bump plexapi from 4.14.0 to 4.15.0 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.14.0...4.15.0) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 ed30b767..e6c1a644 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.14.0"], + "requirements": ["plexapi==4.15.0"], "documentation": "https://github.com/orgs/music-assistant/discussions/1168", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index ecf77da2..694e4c7e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==2.0.8 orjson==3.9.2 pillow==10.0.0 -plexapi==4.14.0 +plexapi==4.15.0 PyChromecast==13.0.7 pycryptodome==3.18.0 python-slugify==8.0.1 -- 2.34.1