From ba005ca735830a90282b02b4f27df994c7b1509f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:08:04 +0000 Subject: [PATCH] Bump pluggy from 1.4.0 to 1.5.0 (#1909) --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index af89d9820a..f1b5787c95 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,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.11" -pluggy = "==1.4.0" +pluggy = "==1.5.0" prompt-toolkit = "==3.0.43" pygments = "==2.17.2" python-dotenv = "==1.0.1" diff --git a/Pipfile.lock b/Pipfile.lock index c1ddc41c77..e68617930b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "604377537f5e37b64915d7d6bf2efad49ea1e623d6f50741eeeac1e48af4f87c" + "sha256": "dc1332bdf0340ad0db2c5670b6344f3fe92ee4f293cc45d8b12bd03738b1012a" }, "pipfile-spec": 6, "requires": { @@ -245,12 +245,12 @@ }, "pluggy": { "hashes": [ - "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981", - "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" + "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", + "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.4.0" + "version": "==1.5.0" }, "prompt-toolkit": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 34679f0b69..ace9407f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,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.11; python_version >= '3.8' -pluggy==1.4.0; 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.17.2; python_version >= '3.7' python-dotenv==1.0.1; python_version >= '3.8'