diff --git a/Pipfile b/Pipfile index f37337a88f4..911c97bed3e 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ python-git-info = "==0.8.3" pytimeparse = "==1.1.8" pytrakt = "==3.4.32" pyyaml = "==6.0.1" -requests = "==2.32.0" +requests = "==2.32.2" requests-cache = "==1.2.0" requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} rich = "==13.7.1" diff --git a/Pipfile.lock b/Pipfile.lock index 8982487c91f..c62e4842924 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2787d734ebdaefc5b4710fb2dd40c56d92f4f0b1873b452c4f5af8fbe4f2e301" + "sha256": "4007c78817b1cff2ee1d5e9941aa06a608de6e34b787a7ae00f0e2345741cdcf" }, "pipfile-spec": 6, "requires": { @@ -47,6 +47,7 @@ "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" ], "index": "pypi", + "markers": "python_version >= '3.6'", "version": "==2024.2.2" }, "charset-normalizer": { @@ -143,6 +144,7 @@ "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" ], "index": "pypi", + "markers": "python_full_version >= '3.7.0'", "version": "==3.3.2" }, "click": { @@ -190,7 +192,6 @@ "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" ], - "index": "pypi", "markers": "python_version >= '3.5'", "version": "==3.7" }, @@ -370,12 +371,12 @@ }, "requests": { "hashes": [ - "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5", - "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8" + "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289", + "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.32.0" + "version": "==2.32.2" }, "requests-cache": { "hashes": [ @@ -450,6 +451,7 @@ "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.2.1" }, "wcwidth": { diff --git a/requirements.txt b/requirements.txt index 1883e523877..c35658806f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,40 +1,40 @@ -i https://pypi.org/simple -apluggy==0.9.4; python_version >= '3.8' -attrs==23.2.0; python_version >= '3.7' -cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' +apluggy==0.9.4 +attrs==23.2.0 +cattrs==23.2.3; python_version >= '3.7' certifi==2024.2.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -click==8.1.7; python_version >= '3.7' -decorator==5.1.1; python_version >= '3.5' -deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +click==8.1.7 +decorator==5.1.1 +deprecated==1.2.14 exceptiongroup==1.2.1; python_version < '3.11' -humanize==4.9.0; python_version >= '3.8' +humanize==4.9.0 idna==3.7; python_version >= '3.5' -inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0' -markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8' +inquirerpy==0.3.4 +markdown-it-py==3.0.0; python_version >= '3.7' mdurl==0.1.2; python_version >= '3.7' -oauthlib==3.2.2; python_version >= '3.6' +oauthlib==3.2.2 pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' -platformdirs==4.2.2; python_version >= '3.8' +platformdirs==4.2.2; python_version >= '3.7' plexapi==4.15.13; 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.18.0; python_version >= '3.8' -python-dotenv==1.0.1; python_version >= '3.8' +pluggy==1.5.0 +prompt-toolkit==3.0.43 +pygments==2.18.0 +python-dotenv==1.0.1 python-git-info==0.8.3 pytimeparse==1.1.8 pytrakt==3.4.32 -pyyaml==6.0.1; python_version >= '3.6' -requests==2.32.0; python_version >= '3.8' -requests-cache==1.2.0; python_version >= '3.8' +pyyaml==6.0.1 +requests==2.32.2; python_version >= '3.8' +requests-cache==1.2.0 requests-oauthlib==2.0.0; python_version >= '3.4' -rich==13.7.1; python_full_version >= '3.7.0' -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; python_version >= '3.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.11.0; python_version < '3.9' -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' +typing-extensions==4.11.0; python_version < '3.11' +url-normalize==1.4.3; python_version >= '3.6' urllib3==2.2.1; python_version >= '3.8' wcwidth==0.2.13 -websocket-client==1.8.0; python_version >= '3.8' -wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6' +websocket-client==1.8.0 +wrapt==1.16.0; python_version >= '3.5'