diff --git a/Pipfile b/Pipfile index a4e6aa976e..c4a8e319f0 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.2.0" requests-oauthlib = {version="==1.3.1", python_version=">='3.4'"} -rich = "==13.7.0" +rich = "==13.7.1" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.2" url-normalize = {version="==1.4.3", python_version=">='3.6'"} diff --git a/Pipfile.lock b/Pipfile.lock index acb82189ac..ee12894e5f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0867b256e1b4b63d6904f0299449ded80cf89dd5cf708003b33af485c141baa4" + "sha256": "e67f4aebf58481696929e3621efe9d4527d6d72aac7c9d1fdb2587051d438ec0" }, "pipfile-spec": 6, "requires": { @@ -360,12 +360,12 @@ }, "rich": { "hashes": [ - "sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa", - "sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235" + "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222", + "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==13.7.0" + "version": "==13.7.1" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 48827f78a5..58a34e6bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' requests-cache==1.2.0; python_version >= '3.8' requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' -rich==13.7.0; python_full_version >= '3.7.0' +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' 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'