From f55bc9c7711b2e801158f13fe2cb595d9d7a3402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:18:16 +0000 Subject: [PATCH] Bump platformdirs from 4.1.0 to 4.2.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 11 ++++++----- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 755cf0c4ac..5b5ad6799a 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,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.1.0", python_version=">='3.7'"} +platformdirs = {version="==4.2.0", python_version=">='3.7'"} plexapi = "==4.15.7" prompt-toolkit = "==3.0.43" pygments = "==2.17.2" diff --git a/Pipfile.lock b/Pipfile.lock index 1db3682cef..93079f41ae 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "34d29e75cfdd6931f62b58b137b456ea2d29b437474ff6b1f86d12e1a9884baa" + "sha256": "f1c149b70684c5e41f479048fd16addd72009cc3cebe7dbfc7fefd796a079aef" }, "pipfile-spec": 6, "requires": { @@ -209,11 +209,12 @@ }, "platformdirs": { "hashes": [ - "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380", - "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420" + "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068", + "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" ], - "markers": "python_version >= '3.7' and python_version >= '3.8'", - "version": "==4.1.0" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==4.2.0" }, "plexapi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 7e14cff930..3f09f4a1b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,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; python_version >= '3.6' pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' -platformdirs==4.1.0; python_version >= '3.7' and python_version >= '3.8' +platformdirs==4.2.0; python_version >= '3.8' plexapi==4.15.7; python_version >= '3.8' prompt-toolkit==3.0.43; python_full_version >= '3.7.0' pygments==2.17.2; python_version >= '3.7'