diff --git a/Pipfile b/Pipfile index 26d89d5e40..dbff2c04f8 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 3e9cd58b72..821c728afb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "361ff3631d334169fc6a862e180bc92bf3e4d92e1f855307e567175bc3a45dad" + "sha256": "b102478a3f793f04ff704fe1f89cc0d885fcd4f9e798be4a4416d43b95fd782d" }, "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": { @@ -261,6 +263,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 35c64d9e46..b5fad0b0ae 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; python_version >= '3.7' cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' 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' and python_version >= '3.8' 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