From 128c0ad541379a2f355b47fad4178fbb6cf8bd58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:48:15 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.4 (#1931) --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 7f2dd60b08..7ceaff4857 100644 --- a/Pipfile +++ b/Pipfile @@ -35,7 +35,7 @@ requests-cache = "==1.2.0" requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} rich = "==13.7.1" six = {version="==1.16.0", python_version=">='3.4'"} -tqdm = "==4.66.2" +tqdm = "==4.66.4" url-normalize = {version="==1.4.3", python_version=">='3.6'"} urllib3 = "==2.2.1" wcwidth = "==0.2.13" diff --git a/Pipfile.lock b/Pipfile.lock index a8f37f69f3..f36073218a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7924b004ed4355fb6267e275fac1378839fe81fa1870d6c4f4556a7b64295ca5" + "sha256": "73e7300b70adef9b5131e40ccaf73bb8e3247744aad19162215daa6d77c0b49a" }, "pipfile-spec": 6, "requires": { @@ -422,12 +422,12 @@ }, "tqdm": { "hashes": [ - "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9", - "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531" + "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644", + "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==4.66.2" + "version": "==4.66.4" }, "types-decorator": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 7045d7c74a..2bdf5cb6e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ 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' -exceptiongroup==1.2.1; python_version >= '3.7' +exceptiongroup==1.2.1; python_version < '3.11' humanize==4.9.0; python_version >= '3.8' idna==3.7; python_version >= '3.5' inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0' @@ -15,7 +15,7 @@ markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8' mdurl==0.1.2; python_version >= '3.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.1; python_version >= '3.8' +platformdirs==4.2.1; python_version >= '3.7' and python_version >= '3.8' plexapi==4.15.12; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' prompt-toolkit==3.0.43; python_full_version >= '3.7.0' @@ -30,7 +30,7 @@ requests-cache==1.2.0; python_version >= '3.8' 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.2; python_version >= '3.7' +tqdm==4.66.4; python_version >= '3.7' 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'