fix(deps): update dependency platformdirs to v4.5.0 (#384)
Some checks failed
Release / Create Release (push) Has been skipped
Release / Get Release ID (push) Has been skipped
Release / Tag release (push) Failing after 1m49s
Release / Build Wheel File (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / snyk (push) Successful in 19m12s

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.4.0` -> `==4.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.4.0/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

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

#### What's Changed

- \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;376](https://github.com/tox-dev/platformdirs/pull/376)
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the all group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;378](https://github.com/tox-dev/platformdirs/pull/378)
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;379](https://github.com/tox-dev/platformdirs/pull/379)
- \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;381](https://github.com/tox-dev/platformdirs/pull/381)
- Add support for Python 3.14 by [@&#8203;hugovk](https://github.com/hugovk) in [#&#8203;382](https://github.com/tox-dev/platformdirs/pull/382)
- \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;383](https://github.com/tox-dev/platformdirs/pull/383)
- Update Windows file paths in README by [@&#8203;ParadaCarleton](https://github.com/ParadaCarleton) in [#&#8203;385](https://github.com/tox-dev/platformdirs/pull/385)
- \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;384](https://github.com/tox-dev/platformdirs/pull/384)
- \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;387](https://github.com/tox-dev/platformdirs/pull/387)
- Bump astral-sh/setup-uv from 6 to 7 in the all group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;388](https://github.com/tox-dev/platformdirs/pull/388)
- Drop 3.9 support by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;389](https://github.com/tox-dev/platformdirs/pull/389)

#### New Contributors

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

**Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #384
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-10-11 13:11:58 +02:00
committed by Luke Tainton
parent bfdca834ef
commit 9b8113f2ca
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.4.0",
"platformdirs==4.5.0",
"pluggy==1.6.0",
"py==1.11.0",
"pyparsing==3.2.5",

8
uv.lock generated
View File

@@ -320,7 +320,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.4.0" },
{ name = "platformdirs", specifier = "==4.5.0" },
{ name = "pluggy", specifier = "==1.6.0" },
{ name = "py", specifier = "==1.11.0" },
{ name = "pyparsing", specifier = "==3.2.5" },
@@ -429,11 +429,11 @@ wheels = [
[[package]]
name = "platformdirs"
version = "4.4.0"
version = "4.5.0"
source = { registry = "https://pypi.org/simple" }
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" }
sdist = { url = "https://files.pythonhosted.org/packages/61/33/9611380c2bdb1225fdef633e2a9610622310fed35ab11dac9620972ee088/platformdirs-4.5.0.tar.gz", hash = "sha256:70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312", size = 21632, upload-time = "2025-10-08T17:44:48.791Z" }
wheels = [
{ 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" },
{ url = "https://files.pythonhosted.org/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl", hash = "sha256:e578a81bb873cbb89a41fcc904c7ef523cc18284b7e3b3ccf06aca1403b7ebd3", size = 18651, upload-time = "2025-10-08T17:44:47.223Z" },
]
[[package]]