From 1a3c2b10469e2ee118b350446bdaa8ad2b292b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:34:39 +0000 Subject: [PATCH] fix(deps): update dependency platformdirs to v4 --- pdm.lock | 15 ++++++--------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/pdm.lock b/pdm.lock index 279b6e9..3f43f1c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "coverage", "dev", "docs", "lint", "mutagen", "mypy", "safety", "tests", "typeguard", "xdoctest"] strategy = [] lock_version = "4.5.0" -content_hash = "sha256:8d4521bf3a32e9add910cc1c21f15c7ccdbc0f1323f171e8bcb4743f4cc9479c" +content_hash = "sha256:bc2b0c1552042907044d0c86f5e6fbdb8c9eb09de0f558e47aca03830e5f142a" [[metadata.targets]] requires_python = "~=3.10" @@ -1132,15 +1132,12 @@ files = [ [[package]] name = "platformdirs" -version = "3.11.0" -requires_python = ">=3.7" -summary = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -dependencies = [ - "typing-extensions>=4.7.1; python_version < \"3.8\"", -] +version = "4.3.6" +requires_python = ">=3.8" +summary = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." files = [ - {file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"}, - {file = "platformdirs-3.11.0.tar.gz", hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"}, + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 6f4cebe..ec74023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ "cryptography<43.0.2,>=43.0.1", "ruamel-yaml<1.0.0,>=0.18.0", "tqdm<5.0.0,>=4.64.1", - "platformdirs<4.0.0,>=3.11.0", + "platformdirs<4.4.0,>=4.3.6", "tomli<3.0.0,>=2.0.1; python_version < \"3.11\"", ] name = "dlsite-utils"