From bf8f550b2e0347b3bec896dc5cfae3f24163de14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:39:43 +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 160771a91a..80d7e4157c 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 ef4c5ed684..d203119849 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "85fafea383c97028accb6cab5260349b33e86be648b43b40c203e625f45c17c4" + "sha256": "e88cb608a6a0ce55ec8b9f2cb0cc5772877c559fed889d39dd214e700135dcb7" }, "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 fab38d7fba..1883e52387 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'