diff --git a/Pipfile b/Pipfile index 33a92a43ac..8d32ed1bd4 100644 --- a/Pipfile +++ b/Pipfile @@ -23,7 +23,7 @@ mdurl = "==0.1.2" oauthlib = "==3.2.2" pfzy = "==0.3.4" platformdirs = "==4.3.6" -plexapi = "==4.15.16" +plexapi = "==4.16.0" pluggy = "==1.5.0" prompt-toolkit = "==3.0.48" pygments = "==2.18.0" diff --git a/Pipfile.lock b/Pipfile.lock index cb3ee4eb53..98935b9516 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4b7a47396b1132d50fc29d98cc49f4d8a697183902d8a110b41169677da694d5" + "sha256": "3c1a3284a045770fb804abe6e3123d8de544c1e1041075266e95861338a06dc4" }, "pipfile-spec": 6, "requires": { @@ -42,6 +42,8 @@ "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" ], + "index": "pypi", + "markers": "python_version >= '3.6'", "version": "==2024.8.30" }, "charset-normalizer": { @@ -152,6 +154,8 @@ "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079", "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482" ], + "index": "pypi", + "markers": "python_full_version >= '3.7.0'", "version": "==3.4.0" }, "click": { @@ -195,6 +199,8 @@ "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" ], + "index": "pypi", + "markers": "python_version >= '3.6'", "version": "==3.10" }, "inquirerpy": { @@ -245,10 +251,12 @@ }, "plexapi": { "hashes": [ - "sha256:a8bd2e5a5b6fb43a626bb9dfe3bb3675985f6f3a1499d5d9aecbf881728078df", - "sha256:c6351750fc3cc79ac14e4d364d497f130ce33041326fcdae3e823121ff7d7eaa" + "sha256:0e96f9fbfdae55a0d707517f2843067a2c8e05e38f23e4fd30beb3a9ba6f0712", + "sha256:d2798e4f234e139675ac8413bb30657425b3c74d8ff3b2efaff18bfe1644c2e9" ], - "version": "==4.15.16" + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==4.16.0" }, "pluggy": { "hashes": [ @@ -364,6 +372,8 @@ "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" ], + "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.32.3" }, "requests-cache": { @@ -431,6 +441,8 @@ "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" ], + "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.2.3" }, "wcwidth": { diff --git a/requirements.txt b/requirements.txt index e44cc3f4eb..f0311d7202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,21 +2,21 @@ apluggy==1.0.3 attrs==24.2.0 cattrs==24.1.2 -certifi==2024.8.30 -charset-normalizer==3.4.0 +certifi==2024.8.30; python_version >= '3.6' +charset-normalizer==3.4.0; python_full_version >= '3.7.0' click==8.1.7 decorator==5.1.1 deprecated==1.2.14 exceptiongroup==1.2.2; python_version < '3.11' humanize==4.11.0 -idna==3.10 +idna==3.10; python_version >= '3.6' inquirerpy==0.3.4 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 +plexapi==4.16.0; python_version >= '3.9' pluggy==1.5.0 prompt-toolkit==3.0.48 pygments==2.18.0; python_version >= '3.8' @@ -25,7 +25,7 @@ python-git-info==0.8.3 pytimeparse==1.1.8 pytrakt==3.4.32 pyyaml==6.0.2 -requests==2.32.3 +requests==2.32.3; python_version >= '3.8' requests-cache==1.2.1 requests-oauthlib==2.0.0 rich==13.9.4; python_full_version >= '3.8.0' @@ -34,7 +34,7 @@ tqdm==4.67.0; python_version >= '3.7' types-decorator==5.1.8.20240310 typing-extensions==4.12.2 url-normalize==1.4.3 -urllib3==2.2.3 +urllib3==2.2.3; python_version >= '3.8' wcwidth==0.2.13 websocket-client==1.8.0 wrapt==1.16.0