From 46674e1c818c66a90422c4b31dd9717d40df9c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:02:19 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: apluggy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 11 +++++++---- requirements.txt | 8 ++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 94fd1a23c0..fba8f28c4a 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -apluggy = "==0.9.4" +apluggy = "==1.0.1" attrs = "==23.2.0" cattrs = {version="==23.2.3", python_version=">='3.7'"} certifi = "==2024.6.2" diff --git a/Pipfile.lock b/Pipfile.lock index 524714d562..d29db64487 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1b904c4f7313414354001c267a335c3cd1eaf5e7e3332c2445ebae68b88db440" + "sha256": "4dbf721d6bd8ebd403777aa75f660173beecf019d4bfefea9019da35f6537273" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,12 @@ "default": { "apluggy": { "hashes": [ - "sha256:ecfcd7cad1c484281cd528281104c53657297f8ab8e723f26c2f396a407c8d0c", - "sha256:fe66316ce1cdd9d7c406bd39582c267df5d6cf70b701bdbe9523d5efecd45308" + "sha256:4683041652beaa6613713e8891d474473af226078e2c68036415e919fb98793f", + "sha256:6d086172f5a883ef5ccf7d60d9a06088ba42eb34bc39f4654378595faff9fc9b" ], "index": "pypi", - "version": "==0.9.4" + "markers": "python_version >= '3.10'", + "version": "==1.0.1" }, "attrs": { "hashes": [ @@ -161,6 +162,7 @@ "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" ], "index": "pypi", + "markers": "python_version >= '3.5'", "version": "==5.1.1" }, "deprecated": { @@ -262,6 +264,7 @@ "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==1.5.0" }, "prompt-toolkit": { diff --git a/requirements.txt b/requirements.txt index 1b84f55785..0d4caa35e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -i https://pypi.org/simple -apluggy==0.9.4 +apluggy==1.0.1; python_version >= '3.10' attrs==23.2.0 cattrs==23.2.3; python_version >= '3.7' certifi==2024.6.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7 -decorator==5.1.1 +decorator==5.1.1; python_version >= '3.5' deprecated==1.2.14 exceptiongroup==1.2.1; python_version < '3.11' humanize==4.9.0 @@ -17,7 +17,7 @@ oauthlib==3.2.2 pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' platformdirs==4.2.2; python_version >= '3.7' plexapi==4.15.13; python_version >= '3.8' -pluggy==1.5.0 +pluggy==1.5.0; python_version >= '3.8' prompt-toolkit==3.0.47; python_full_version >= '3.7.0' pygments==2.18.0 python-dotenv==1.0.1 @@ -32,7 +32,7 @@ rich==13.7.1 six==1.16.0; python_version >= '3.4' tqdm==4.66.4 types-decorator==5.1.8.20240310; python_version >= '3.8' -typing-extensions==4.12.2; python_version >= '3.8' +typing-extensions==4.12.0; python_version >= '3.8' url-normalize==1.4.3; python_version >= '3.6' urllib3==2.2.1; python_version >= '3.8' wcwidth==0.2.13