Skip to content

Commit 57cf403

Browse files
⬆️ Bump platformdirs to v4.5.1 (#74)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [platformdirs](https://redirect.github.com/tox-dev/platformdirs) ([changelog](https://redirect.github.com/tox-dev/platformdirs/releases)) | `==4.5.0` -> `==4.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.5.0/4.5.1?slim=true) | --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.5.1`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.5.1) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.5.0...4.5.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Fix no-ctypes fallback on windows by [@&#8203;youknowone](https://redirect.github.com/youknowone) in [#&#8203;403](https://redirect.github.com/tox-dev/platformdirs/pull/403) **Full Changelog**: <tox-dev/platformdirs@4.5.0...4.5.1> </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 becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tr4nt0r/python-xbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOnJlY3ljbGU6IGRlcGVuZGVuY2llcyIsIjpzbmFrZTogcHl0aG9uIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d7cbf4 commit 57cf403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ packages = ["src/pythonxbox"]
8383
[tool.hatch.envs.default]
8484
python = "3.13"
8585
dependencies = [
86-
"platformdirs==4.5.0",
86+
"platformdirs==4.5.1",
8787
"ecdsa==0.19.1",
8888
"httpx==0.28.1",
8989
"ms_cv==0.1.1",

0 commit comments

Comments
 (0)