From 94a71de6d1d7b514d0951ec5249394d614f41bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:03:09 +0000 Subject: [PATCH] Bump platformdirs from 4.3.2 to 4.3.3 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 9b2d8d7ca9..0e0e6c9762 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.3.2", python_version=">='3.7'"} +platformdirs = {version="==4.3.3", 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 899d003694..3ae7fcb638 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "fe9728dbbfd8fb2d57cbbf892b835155345c76f56f0dcbee2f31c4a173a80c3e" + "sha256": "55888697fbd56646236d6d69e593f9e6c89112a95900395e89fbc0e7e6eb35a7" }, "pipfile-spec": 6, "requires": { @@ -242,12 +242,12 @@ }, "platformdirs": { "hashes": [ - "sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c", - "sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617" + "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5", + "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.3.2" + "version": "==4.3.3" }, "plexapi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 11a8e33ba6..1e07497299 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.3.2; python_version >= '3.8' +platformdirs==4.3.3; 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'