fix(deps): update dependency platformdirs to v4.3.8 (#335)
All checks were successful
Security / sonarqube (push) Successful in 11m4s
Security / snyk (push) Successful in 14m2s

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.7` -> `==4.3.8` |

---

### Release Notes

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

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

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

<!-- Release notes generated using configuration in .github/release.yml at main -->

#### What's Changed

-   Add missing examples and fix order of examples in README by [@&#8203;gene1wood](https://github.com/gene1wood) in https://github.com/tox-dev/platformdirs/pull/355

#### New Contributors

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

**Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8

</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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MC44LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19-->

Reviewed-on: #335
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-05-08 08:23:39 +02:00
committed by Luke Tainton
parent 214ba0466b
commit 50273a5a7a
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.7",
"platformdirs==4.3.8",
"pluggy==1.5.0",
"py==1.11.0",
"pyparsing==3.2.3",