diff --git a/Pipfile b/Pipfile index 7663ec7348..4582ccf6c5 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.7.1" +rich = "==13.8.0" 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 20d3e0ee4e..f6b74eefda 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "737b746ec8181f665d7ba1bce2fd45bf9c4f9139f984b7ac99d14b29714c94fd" + "sha256": "bd6c093034bab65abb384bef02b263a0e14f3f96f35cba13a095051729fc2843" }, "pipfile-spec": 6, "requires": { @@ -212,8 +212,7 @@ "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" ], - "index": "pypi", - "markers": "python_version >= '3.7'", + "markers": "python_version >= '3.7' and python_version >= '3.8'", "version": "==3.0.0" }, "mdurl": { @@ -221,7 +220,6 @@ "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" ], - "index": "pypi", "markers": "python_version >= '3.7'", "version": "==0.1.2" }, @@ -282,6 +280,7 @@ "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.18.0" }, "python-dotenv": { @@ -405,11 +404,12 @@ }, "rich": { "hashes": [ - "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222", - "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" + "sha256:2e85306a063b9492dffc86278197a60cbece75bcb766022f3436f567cae11bdc", + "sha256:a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4" ], "index": "pypi", - "version": "==13.7.1" + "markers": "python_full_version >= '3.7.0'", + "version": "==13.8.0" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index f28c6db030..c708d7dbb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ exceptiongroup==1.2.2; python_version >= '3.7' humanize==4.10.0; python_version >= '3.8' idna==3.8; python_version >= '3.6' inquirerpy==0.3.4 -markdown-it-py==3.0.0; python_version >= '3.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 pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' @@ -19,7 +19,7 @@ platformdirs==4.2.2; python_version >= '3.7' and python_version >= '3.8' plexapi==4.15.16; python_version >= '3.8' pluggy==1.5.0 prompt-toolkit==3.0.47; python_full_version >= '3.7.0' -pygments==2.18.0 +pygments==2.18.0; python_version >= '3.8' python-dotenv==1.0.1 python-git-info==0.8.3 pytimeparse==1.1.8 @@ -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.7.1 +rich==13.8.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' tqdm==4.66.5; python_version >= '3.7' types-decorator==5.1.8.20240310; python_version >= '3.8'