diff --git a/Pipfile b/Pipfile index 08ab22f0ec..56a083137e 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ markdown-it-py = {version="==3.0.0", python_version=">='3.7'"} mdurl = {version="==0.1.2", python_version=">='3.7'"} oauthlib = "==3.2.2" pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < '4.0'"} -platformdirs = {version="==4.2.2", python_version=">='3.7'"} +platformdirs = {version="==4.3.2", python_version=">='3.7'"} plexapi = "==4.15.16" pluggy = "==1.5.0" prompt-toolkit = "==3.0.47" diff --git a/Pipfile.lock b/Pipfile.lock index d996237d4a..544c34dc9d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "25724eb9ebeaa00598d8bcf0d32cfee51f12df38e71fcac0c498412563e64114" + "sha256": "3bc991aad8f35885cf2a837d4445ac93cf10411b46b1fab3fb8a51d182393c2b" }, "pipfile-spec": 6, "requires": { @@ -242,11 +242,12 @@ }, "platformdirs": { "hashes": [ - "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee", - "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3" + "sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c", + "sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617" ], - "markers": "python_version >= '3.7' and python_version >= '3.8'", - "version": "==4.2.2" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==4.3.2" }, "plexapi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6ab0cba8fd..fb210cfb9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,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' -platformdirs==4.2.2; python_version >= '3.7' and python_version >= '3.8' +platformdirs==4.3.2; 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'