From 73a8c60fbfe830899f4cd0c9e7ed109284308ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:38:44 +0200 Subject: [PATCH] Bump plexapi from 4.15.13 to 4.15.15 (#1478) * Bump plexapi from 4.15.13 to 4.15.15 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.13 to 4.15.15. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.15.13...4.15.15) --- 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 ef5c50ff..95817e3b 100644 --- a/music_assistant/server/providers/plex/manifest.json +++ b/music_assistant/server/providers/plex/manifest.json @@ -7,7 +7,7 @@ "@micha91" ], "requirements": [ - "plexapi==4.15.13" + "plexapi==4.15.15" ], "documentation": "https://music-assistant.io/music-providers/plex/", "multi_instance": true diff --git a/requirements_all.txt b/requirements_all.txt index f2aaea4c..3153ed36 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -26,7 +26,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==2.5.15 orjson==3.10.6 pillow==10.4.0 -plexapi==4.15.13 +plexapi==4.15.15 py-opensonic==5.1.1 PyChromecast==14.0.1 pycryptodome==3.20.0 -- 2.34.1