From 0a8a7c726a57875906e5da03da3684a74efb0710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:36:00 +0200 Subject: [PATCH] Bump plexapi from 4.15.11 to 4.15.12 (#1244) * Bump plexapi from 4.15.11 to 4.15.12 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.11 to 4.15.12. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.15.11...4.15.12) --- 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 99f6580b..d2a27e72 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.11" + "plexapi==4.15.12" ], "documentation": "https://music-assistant.io/music-providers/plex/", "multi_instance": true diff --git a/requirements_all.txt b/requirements_all.txt index 8d7d2945..9853afe4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ memory-tempfile==2.2.3 music-assistant-frontend==2.4.6 orjson==3.10.1 pillow==10.3.0 -plexapi==4.15.11 +plexapi==4.15.12 py-opensonic==5.0.5 pyatv==0.14.5 PyChromecast==14.0.1 -- 2.34.1