diff --git a/Pipfile b/Pipfile index accb3196b7..f980635c66 100644 --- a/Pipfile +++ b/Pipfile @@ -35,7 +35,7 @@ pyyaml = "==6.0.2" requests = "==2.32.3" requests-cache = "==1.2.1" requests-oauthlib = "==2.0.0" -rich = "==13.9.2" +rich = "==13.9.3" six = "==1.16.0" tqdm = "==4.66.5" types-decorator = "==5.1.8.20240310" diff --git a/Pipfile.lock b/Pipfile.lock index 82a1611eea..89230a5c35 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1fc0d0c3e9defc7e94fb0e32543a69fdff33eee400edbaa2fe602c998ae9eb81" + "sha256": "b236498feeaecca7bb1682c7d025820e1fbced4833ee270397e6465357f9df9f" }, "pipfile-spec": 6, "requires": { @@ -209,6 +209,8 @@ "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" ], + "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==3.0.0" }, "mdurl": { @@ -216,6 +218,8 @@ "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" ], + "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==0.1.2" }, "oauthlib": { @@ -265,6 +269,8 @@ "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" ], + "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.18.0" }, "python-dotenv": { @@ -376,10 +382,12 @@ }, "rich": { "hashes": [ - "sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c", - "sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1" + "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283", + "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e" ], - "version": "==13.9.2" + "index": "pypi", + "markers": "python_full_version >= '3.8.0'", + "version": "==13.9.3" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index d70a3749c4..175b716c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,15 +11,15 @@ exceptiongroup==1.2.2; python_version < '3.11' humanize==4.11.0 idna==3.10 inquirerpy==0.3.4 -markdown-it-py==3.0.0 -mdurl==0.1.2 +markdown-it-py==3.0.0; python_version >= '3.8' +mdurl==0.1.2; python_version >= '3.7' oauthlib==3.2.2 pfzy==0.3.4 platformdirs==4.3.6 plexapi==4.15.16 pluggy==1.5.0 prompt-toolkit==3.0.48 -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 requests==2.32.3 requests-cache==1.2.1 requests-oauthlib==2.0.0 -rich==13.9.2 +rich==13.9.3; python_full_version >= '3.8.0' six==1.16.0 tqdm==4.66.5 types-decorator==5.1.8.20240310