diff --git a/Pipfile b/Pipfile index 927610c79c..5eb72595c7 100644 --- a/Pipfile +++ b/Pipfile @@ -33,7 +33,7 @@ pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.1.0" requests-oauthlib = {version="==1.3.1", python_version=">='3.4'"} -rich = "==13.5.3" +rich = "==13.6.0" six = {version="==1.16.0", python_version=">='3.4'"} textual = {version="==0.38.1", markers="python_version >= '3.7' and python_version < '4.0'"} tqdm = "==4.66.1" diff --git a/Pipfile.lock b/Pipfile.lock index 999afa5346..5c51426de7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4833db038a15f680ef4b0ac664d1ac17e286695cc8770af69e507d8d4fd251a6" + "sha256": "7376e363d00ee3d4a7cee8f3d06575933bb01706775a586a99cf9fda9f4ca3ef" }, "pipfile-spec": 6, "requires": { @@ -386,12 +386,12 @@ }, "rich": { "hashes": [ - "sha256:87b43e0543149efa1253f485cd845bb7ee54df16c9617b8a893650ab84b4acb6", - "sha256:9257b468badc3d347e146a4faa268ff229039d4c2d176ab0cffb4c4fbc73d5d9" + "sha256:2b38e2fe9ca72c9a00170a1a2d20c63c790d0e10ef1fe35eba76e1e7b1d7d245", + "sha256:5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==13.5.3" + "version": "==13.6.0" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 73d52e91e3..2971ab7a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' requests-cache==1.1.0; python_version >= '3.7' and python_version < '4.0' 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.5.3; python_full_version >= '3.7.0' +rich==13.6.0; 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' textual==0.38.1; python_version >= '3.7' and python_version < '4.0' tqdm==4.66.1; python_version >= '3.7'