fix(deps): update dependency platformdirs to v4.4.0 (#366)
All checks were successful
Security / snyk (push) Successful in 1m35s

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [platformdirs](https://github.com/tox-dev/platformdirs) ([changelog](https://github.com/tox-dev/platformdirs/releases)) | `==4.3.8` -> `==4.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.8/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tox-dev/platformdirs (platformdirs)</summary>

### [`v4.4.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.4.0)

[Compare Source](https://github.com/tox-dev/platformdirs/compare/4.3.8...4.4.0)

##### What's Changed

- feat: improve homebrew path detection by [@&#8203;daeho-ro](https://github.com/daeho-ro) in [#&#8203;370](https://github.com/tox-dev/platformdirs/pull/370)

##### New Contributors

- [@&#8203;daeho-ro](https://github.com/daeho-ro) made their first contribution in [#&#8203;370](https://github.com/tox-dev/platformdirs/pull/370)

**Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.3.8...4.4.0>

</details>

---

### 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44My4yIiwidXBkYXRlZEluVmVyIjoiNDEuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: #366
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-08-28 22:10:39 +02:00
committed by Luke Tainton
parent cada9b58ab
commit bd3f38c2f1
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ dependencies = [
"mypy-extensions==1.1.0",
"packaging==25.0",
"pathspec==0.12.1",
"platformdirs==4.3.8",
"platformdirs==4.4.0",
"pluggy==1.6.0",
"py==1.11.0",
"pyparsing==3.2.3",

8
uv.lock generated
View File

@@ -307,7 +307,7 @@ requires-dist = [
{ name = "mypy-extensions", specifier = "==1.1.0" },
{ name = "packaging", specifier = "==25.0" },
{ name = "pathspec", specifier = "==0.12.1" },
{ name = "platformdirs", specifier = "==4.3.8" },
{ name = "platformdirs", specifier = "==4.4.0" },
{ name = "pluggy", specifier = "==1.6.0" },
{ name = "py", specifier = "==1.11.0" },
{ name = "pyparsing", specifier = "==3.2.3" },
@@ -416,11 +416,11 @@ wheels = [
[[package]]
name = "platformdirs"
version = "4.3.8"
version = "4.4.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" }
sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" },
{ url = "https://files.pythonhosted.org/packages/40/4b/2028861e724d3bd36227adfa20d3fd24c3fc6d52032f4a93c133be5d17ce/platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85", size = 18654, upload-time = "2025-08-26T14:32:02.735Z" },
]
[[package]]