From 6d2b4abcba709ce1b7c18d51cea28591f70b477e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:46:17 +0000 Subject: [PATCH] Bump platformdirs from 4.3.3 to 4.3.6 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.3 to 4.3.6. - [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.3...4.3.6) --- 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 fa79ca44d5..348fa0fb47 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.3", python_version=">='3.7'"} +platformdirs = {version="==4.3.6", 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 7a61e22941..d0a9bbe672 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cf7fe8ea49a0350141ea669ff4c07ba40f97034c9d88aab3b3264e3ea71d6eaf" + "sha256": "507e7ca062c5b8a0c4d1da7f85267e5ff02cecb39dc996db439e40add5f8f2db" }, "pipfile-spec": 6, "requires": { @@ -242,12 +242,12 @@ }, "platformdirs": { "hashes": [ - "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5", - "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0" + "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", + "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.3.3" + "version": "==4.3.6" }, "plexapi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dec5c986d6..f4ac04aa53 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.3; python_version >= '3.8' +platformdirs==4.3.6; 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'