From b2d1925109d27d0909350aab35274ec81602b278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:24:40 +0000 Subject: [PATCH] Bump plexapi from 4.15.10 to 4.15.11 (#1884) --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 6cec9ae006..723e2b417d 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,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.0", python_version=">='3.7'"} -plexapi = "==4.15.10" +plexapi = "==4.15.11" prompt-toolkit = "==3.0.43" pygments = "==2.17.2" python-dotenv = "==1.0.1" diff --git a/Pipfile.lock b/Pipfile.lock index 968c693057..4458eabf82 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cc3590066f3e49ef44c13f972bd1730d26e37fa31ed3c21b49a9ca5de12977b7" + "sha256": "2cccd4b5f557cd5bf868a47da7ded6e83d533aba4b496f92e4b643fefe199047" }, "pipfile-spec": 6, "requires": { @@ -217,12 +217,12 @@ }, "plexapi": { "hashes": [ - "sha256:5af051b3e3967bb25d66ee492a7620e2ec28824df4efd647fecc1fadad009a67", - "sha256:d4436cd524260571a74a2056feabaa4c389f7b0956f927967d23424a9b7e4115" + "sha256:4db3af6c82ab610290d81b24c92bcbc0128c7c0eba2f60235f6a08e1b38990d4", + "sha256:a92329d60fc9c9a4d6986b61f8ed3f4b37350b28888073860c67b82f9783279e" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.15.10" + "version": "==4.15.11" }, "prompt-toolkit": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 4a2ac18e0c..e978465b9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,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.0; python_version >= '3.7' and python_version >= '3.8' -plexapi==4.15.10; python_version >= '3.8' +plexapi==4.15.11; python_version >= '3.8' prompt-toolkit==3.0.43; python_full_version >= '3.7.0' pygments==2.17.2; python_version >= '3.7' python-dotenv==1.0.1; python_version >= '3.8'