From 4441dc2b8df2f83a40383dc424233a5f7a092e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:53:52 +0000 Subject: [PATCH] chore(pip-prod)(deps): 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4906bb2..e4908e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.3.2" +version = "4.3.3" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.3.2-py3-none-any.whl", hash = "sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617"}, - {file = "platformdirs-4.3.2.tar.gz", hash = "sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c"}, + {file = "platformdirs-4.3.3-py3-none-any.whl", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5"}, + {file = "platformdirs-4.3.3.tar.gz", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"}, ] [package.extras] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f206d5141a6fcb157f66a1788c5e2e0a0015734950e5c46876fc5c9bfec18273" +content-hash = "a574d85e0b8acf50d08d5dbb32b20e00e9f10f142a39a0b9f10660db252f2276" diff --git a/pyproject.toml b/pyproject.toml index 32f9838..fbc38fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mccabe = "0.7.0" mypy-extensions = "1.0.0" packaging = "24.1" pathspec = "0.12.1" -platformdirs = "4.3.2" +platformdirs = "4.3.3" pluggy = "1.5.0" py = "1.11.0" pyparsing = "3.1.4"