From fa81f252d452dfcb4e33d5851c657a35b655d53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:27:13 +0000 Subject: [PATCH] Bump plexapi from 4.15.12 to 4.15.13 Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.12 to 4.15.13. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](https://github.com/pkkid/python-plexapi/compare/4.15.12...4.15.13) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index b8b2e197e2..16f8ddd350 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ mdurl = {version="==0.1.2", python_version=">='3.7'"} oauthlib = "==3.2.2" pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < '4.0'"} platformdirs = {version="==4.2.2", python_version=">='3.7'"} -plexapi = "==4.15.12" +plexapi = "==4.15.13" pluggy = "==1.5.0" prompt-toolkit = "==3.0.43" pygments = "==2.18.0" diff --git a/Pipfile.lock b/Pipfile.lock index 225ec671e8..c4bbf4dd56 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "154b7013546d187ce469b1d2b98fd870e4961d0a94bdc1877a21dd7c7ecc088b" + "sha256": "ec8fe9fc34b8b90a9aaa5913207ba9177441717c73a9123e221f6000927553dc" }, "pipfile-spec": 6, "requires": { @@ -253,12 +253,12 @@ }, "plexapi": { "hashes": [ - "sha256:1babe7184cc30eb6695886ec192281d2cd859fde0cd72c8f3a3b2a50cb650fea", - "sha256:9c254492a46ccefea6efc5ca2132d60c66de10fb3007c45d06a5fb6ee525f5f1" + "sha256:4450cef488dc562a778e84226dd6ffdcb21ce23f62e5234357a9c56f076c4892", + "sha256:81734409cd574581ae21fb3702b8bd14ef8d2f5cc30c2127cebc8250ad906d14" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.15.12" + "version": "==4.15.13" }, "pluggy": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 23a9b0c4f1..9106fc759a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ mdurl==0.1.2; python_version >= '3.7' oauthlib==3.2.2; python_version >= '3.6' pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' platformdirs==4.2.2; python_version >= '3.8' -plexapi==4.15.12; python_version >= '3.8' +plexapi==4.15.13; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' prompt-toolkit==3.0.43; python_full_version >= '3.7.0' pygments==2.18.0; python_version >= '3.8'