From 7ff8471f1731c8af4f363bae14ccbca2f6d5a32f Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 19 Mar 2025 21:48:43 +0100 Subject: [PATCH] fix(deps): update dependency platformdirs to v4.3.7 (#320) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [platformdirs](https://github.com/tox-dev/platformdirs) ([changelog](https://github.com/tox-dev/platformdirs/releases)) | project.dependencies | patch | `==4.3.6` -> `==4.3.7` | --- ### Release Notes
tox-dev/platformdirs (platformdirs) ### [`v4.3.7`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.7) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7) #### What's Changed - Chunk dependabot updates into a single PR by [@​ofek](https://github.com/ofek) in https://github.com/tox-dev/platformdirs/pull/311 - Drop support for EOL Python 3.8 by [@​hugovk](https://github.com/hugovk) in https://github.com/tox-dev/platformdirs/pull/330 **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/320 Reviewed-by: Luke Tainton Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a25f8fc..37d3b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "mypy-extensions==1.0.0", "packaging==24.2", "pathspec==0.12.1", - "platformdirs==4.3.6", + "platformdirs==4.3.7", "pluggy==1.5.0", "py==1.11.0", "pyparsing==3.2.1", diff --git a/uv.lock b/uv.lock index cda9511..ad7654d 100644 --- a/uv.lock +++ b/uv.lock @@ -274,7 +274,7 @@ requires-dist = [ { name = "mypy-extensions", specifier = "==1.0.0" }, { name = "packaging", specifier = "==24.2" }, { name = "pathspec", specifier = "==0.12.1" }, - { name = "platformdirs", specifier = "==4.3.6" }, + { name = "platformdirs", specifier = "==4.3.7" }, { name = "pluggy", specifier = "==1.5.0" }, { name = "py", specifier = "==1.11.0" }, { name = "pyparsing", specifier = "==3.2.1" }, @@ -367,11 +367,11 @@ wheels = [ [[package]] name = "platformdirs" -version = "4.3.6" +version = "4.3.7" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", size = 21302 } +sdist = { url = "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz", hash = "sha256:eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351", size = 21291 } wheels = [ - { url = "https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb", size = 18439 }, + { url = "https://files.pythonhosted.org/packages/6d/45/59578566b3275b8fd9157885918fcd0c4d74162928a5310926887b856a51/platformdirs-4.3.7-py3-none-any.whl", hash = "sha256:a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94", size = 18499 }, ] [[package]]