diff --git a/Pipfile b/Pipfile index e1662c5c73..26d89d5e40 100644 --- a/Pipfile +++ b/Pipfile @@ -32,7 +32,7 @@ pytimeparse = "==1.1.8" pytrakt = "==3.4.32" pyyaml = "==6.0.1" requests = "==2.32.3" -requests-cache = "==1.2.0" +requests-cache = "==1.2.1" requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} rich = "==13.7.1" six = {version="==1.16.0", python_version=">='3.4'"} diff --git a/Pipfile.lock b/Pipfile.lock index ded5e7be3b..3e9cd58b72 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a7efab3dbda52c83866591d6bdd4e114ce53f61e1cd083f1faec4e88ca6217e0" + "sha256": "361ff3631d334169fc6a862e180bc92bf3e4d92e1f855307e567175bc3a45dad" }, "pipfile-spec": 6, "requires": { @@ -30,6 +30,7 @@ "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==23.2.0" }, "cattrs": { @@ -37,8 +38,7 @@ "sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108", "sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f" ], - "index": "pypi", - "markers": "python_version >= '3.7'", + "markers": "python_version >= '3.7' and python_version >= '3.8'", "version": "==23.2.3" }, "certifi": { @@ -243,8 +243,7 @@ "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee", "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3" ], - "index": "pypi", - "markers": "python_version >= '3.7'", + "markers": "python_version >= '3.7' and python_version >= '3.8'", "version": "==4.2.2" }, "plexapi": { @@ -381,11 +380,12 @@ }, "requests-cache": { "hashes": [ - "sha256:490324301bf0cb924ff4e6324bd2613453e7e1f847353928b08adb0fdfb7f722", - "sha256:db1c709ca343cc1cd5b6c8b1a5387298eceed02306a6040760db538c885e3838" + "sha256:1285151cddf5331067baa82598afe2d47c7495a1334bfe7a7d329b43e9fd3603", + "sha256:68abc986fdc5b8d0911318fbb5f7c80eebcd4d01bfacc6685ecf8876052511d1" ], "index": "pypi", - "version": "==1.2.0" + "markers": "python_version >= '3.8'", + "version": "==1.2.1" }, "requests-oauthlib": { "hashes": [ @@ -409,8 +409,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "index": "pypi", - "markers": "python_version >= '3.4'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'", "version": "==1.16.0" }, "tqdm": { @@ -443,8 +442,7 @@ "sha256:d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2", "sha256:ec3c301f04e5bb676d333a7fa162fa977ad2ca04b7e652bfc9fac4e405728eed" ], - "index": "pypi", - "markers": "python_version >= '3.6'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6'", "version": "==1.4.3" }, "urllib3": { diff --git a/requirements.txt b/requirements.txt index 1d824386a1..35c64d9e46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple apluggy==0.9.4 -attrs==23.2.0 -cattrs==23.2.3; python_version >= '3.7' +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 @@ -15,7 +15,7 @@ markdown-it-py==3.0.0; python_version >= '3.7' mdurl==0.1.2; python_version >= '3.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' +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 prompt-toolkit==3.0.47; python_full_version >= '3.7.0' @@ -26,14 +26,14 @@ pytimeparse==1.1.8 pytrakt==3.4.32 pyyaml==6.0.1 requests==2.32.3; python_version >= '3.8' -requests-cache==1.2.0 +requests-cache==1.2.1; python_version >= '3.8' requests-oauthlib==2.0.0; python_version >= '3.4' rich==13.7.1 -six==1.16.0; python_version >= '3.4' +six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and 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' -url-normalize==1.4.3; python_version >= '3.6' +url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6' urllib3==2.2.2; python_version >= '3.8' wcwidth==0.2.13 websocket-client==1.8.0