diff --git a/Pipfile b/Pipfile index a58b604c3a..39ea29fba7 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ pyyaml = "==6.0.2" requests = "==2.32.3" requests-cache = "==1.2.1" requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} -rich = "==13.8.0" +rich = "==13.8.1" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.5" typing-extensions = {version="==4.12.2", python_version=">= '3.8'"} diff --git a/Pipfile.lock b/Pipfile.lock index 623cfd73c7..94c9b901d9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c77afbd566bcbb6f30be55597b70ab71d9ce9d00952074cd9ef608326cb4cbe7" + "sha256": "bbcc0691fb80e261d1c8dde5f4949d2f08e032fd19fe011a56a924f3ca0e4899" }, "pipfile-spec": 6, "requires": { @@ -405,12 +405,12 @@ }, "rich": { "hashes": [ - "sha256:2e85306a063b9492dffc86278197a60cbece75bcb766022f3436f567cae11bdc", - "sha256:a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4" + "sha256:1760a3c0848469b97b558fc61c85233e3dafb69c7a071b4d60c38099d3cd4c06", + "sha256:8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==13.8.0" + "version": "==13.8.1" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 953a4a985b..c6d9991d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pyyaml==6.0.2; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' requests-cache==1.2.1; python_version >= '3.8' requests-oauthlib==2.0.0; python_version >= '3.4' -rich==13.8.0; python_full_version >= '3.7.0' +rich==13.8.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.5; python_version >= '3.7' types-decorator==5.1.8.20240310; python_version >= '3.8'