From 2ee9212430fcfb785b15d5add225b79c9ef8ae7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:45:49 +0000 Subject: [PATCH] Update dependency platformdirs to v4.3.6 (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33b5803..99e6162 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,13 +248,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.3.3" +version = "4.3.6" 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.3-py3-none-any.whl", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5"}, - {file = "platformdirs-4.3.3.tar.gz", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"}, + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, ] [package.extras] @@ -495,4 +495,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ad2a9dc4e73ae69f31ca5d98e4c1d548d7bd2904ab339277ee8f7f1bdf7d58c2" +content-hash = "1a52d476e24d586500da70c3d9552151723209041c606a0aab4439f4c269f9eb" diff --git a/pyproject.toml b/pyproject.toml index 6e82f24..10c882f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ idna = "3.10" importlib-metadata = "7.2.1" Markdown = "3.7" nodeenv = "1.9.1" -platformdirs = "4.3.3" +platformdirs = "4.3.6" pre-commit = "3.8.0" py = "1.11.0" python-dotenv = "^1.0.1"