Skip to content

Commit 4a9b1ee

Browse files
chore(deps): update dependency platformdirs to v4.9.2 (#7)
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://platformdirs.readthedocs.io/en/latest/changelog.html)) | `==4.4.0` → `==4.9.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.9.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.4.0/4.9.2?slim=true) | --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.9.2`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.9.2) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.9.1...4.9.2) <!-- Release notes generated using configuration in .github/release.yml at 4.9.2 --> #### What's Changed - 📝 docs(platforms): fix RST formatting and TOC hierarchy by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;447](https://redirect.github.com/tox-dev/platformdirs/pull/447) - 📝 docs: restructure following Diataxis framework by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;448](https://redirect.github.com/tox-dev/platformdirs/pull/448) **Full Changelog**: <tox-dev/platformdirs@4.9.1...4.9.2> ### [`v4.9.1`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.9.1) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.9.0...4.9.1) <!-- Release notes generated using configuration in .github/release.yml at 4.9.1 --> #### What's Changed - 📝 docs: enhance README, fix issues, and reorganize platforms.rst by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;445](https://redirect.github.com/tox-dev/platformdirs/pull/445) **Full Changelog**: <tox-dev/platformdirs@4.9.0...4.9.1> ### [`v4.9.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.9.0) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.8.0...4.9.0) <!-- Release notes generated using configuration in .github/release.yml at 4.9.0 --> #### What's Changed - 📝 docs(usage): add use\_site\_for\_root and comprehensive guidance by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;439](https://redirect.github.com/tox-dev/platformdirs/pull/439) - 🐛 fix(unix): use correct runtime dir path for OpenBSD by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;440](https://redirect.github.com/tox-dev/platformdirs/pull/440) - ✨ feat(api): add site\_applications\_dir property by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;442](https://redirect.github.com/tox-dev/platformdirs/pull/442) - ✨ feat(api): add site\_bin\_dir property by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;443](https://redirect.github.com/tox-dev/platformdirs/pull/443) - 📚 docs: split usage guide into tutorial, how-to, and reference by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;441](https://redirect.github.com/tox-dev/platformdirs/pull/441) **Full Changelog**: <tox-dev/platformdirs@4.8.0...4.9.0> ### [`v4.8.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.8.0) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.7.1...4.8.0) <!-- Release notes generated using configuration in .github/release.yml at 4.8.0 --> #### What's Changed - 📝 docs(windows): document Store Python sandbox path behavior by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;423](https://redirect.github.com/tox-dev/platformdirs/pull/423) - ✨ feat(api): add site\_log\_dir and document Store Python sandbox by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;424](https://redirect.github.com/tox-dev/platformdirs/pull/424) - ✨ feat(api): add site\_state\_dir for system-wide state by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;425](https://redirect.github.com/tox-dev/platformdirs/pull/425) - ✨ feat(api): add use\_site\_for\_root parameter by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;426](https://redirect.github.com/tox-dev/platformdirs/pull/426) - ✨ feat(windows): add PLATFORMDIRS\_\* env var overrides by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;427](https://redirect.github.com/tox-dev/platformdirs/pull/427) - ✨ feat(windows): add WIN\_PD\_OVERRIDE\_\* env var overrides by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;428](https://redirect.github.com/tox-dev/platformdirs/pull/428) - 🐛 fix(macos): yield individual site dirs in iter\_\*\_dirs by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;429](https://redirect.github.com/tox-dev/platformdirs/pull/429) - ✨ feat(api): add user\_bin\_dir property by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;430](https://redirect.github.com/tox-dev/platformdirs/pull/430) - ✨ feat(api): add user\_applications\_dir property by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;432](https://redirect.github.com/tox-dev/platformdirs/pull/432) - 📝 docs(usage): note that home dir is in stdlib by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;431](https://redirect.github.com/tox-dev/platformdirs/pull/431) **Full Changelog**: <tox-dev/platformdirs@4.7.1...4.8.0> ### [`v4.7.1`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.7.1) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.7.0...4.7.1) <!-- Release notes generated using configuration in .github/release.yml at 4.7.1 --> #### What's Changed - 🐛 fix(windows): avoid FileNotFoundError in sandboxed environments by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;422](https://redirect.github.com/tox-dev/platformdirs/pull/422) **Full Changelog**: <tox-dev/platformdirs@4.7.0...4.7.1> ### [`v4.7.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.7.0) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.6.0...4.7.0) <!-- Release notes generated using configuration in .github/release.yml at 4.7.0 --> #### What's Changed - 📝 docs: restructure and fix cross-references by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;419](https://redirect.github.com/tox-dev/platformdirs/pull/419) - ✨ feat(windows): use SHGetKnownFolderPath API by [@&#8203;moi15moi](https://redirect.github.com/moi15moi) in [#&#8203;380](https://redirect.github.com/tox-dev/platformdirs/pull/380) - 🐛 fix(unix): fall back to tempdir when runtime dir is not writable by [@&#8203;lengau](https://redirect.github.com/lengau) in [#&#8203;369](https://redirect.github.com/tox-dev/platformdirs/pull/369) - 🔧 build(release): adopt filelock-style automated workflow by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;420](https://redirect.github.com/tox-dev/platformdirs/pull/420) #### New Contributors - [@&#8203;moi15moi](https://redirect.github.com/moi15moi) made their first contribution in [#&#8203;380](https://redirect.github.com/tox-dev/platformdirs/pull/380) - [@&#8203;lengau](https://redirect.github.com/lengau) made their first contribution in [#&#8203;369](https://redirect.github.com/tox-dev/platformdirs/pull/369) **Full Changelog**: <tox-dev/platformdirs@4.6.0...4.7.0> ### [`v4.6.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.6.0) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.5.1...4.6.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Update outdated link and correct function doc by [@&#8203;joclement](https://redirect.github.com/joclement) in [#&#8203;398](https://redirect.github.com/tox-dev/platformdirs/pull/398) - Fix docs for `site_cache_dir` by [@&#8203;brianhelba](https://redirect.github.com/brianhelba) in [#&#8203;402](https://redirect.github.com/tox-dev/platformdirs/pull/402) - 🔧 build: migrate from hatch to tox with ty by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;415](https://redirect.github.com/tox-dev/platformdirs/pull/415) - Add support for `XDG_*` environment variables by [@&#8203;Czaki](https://redirect.github.com/Czaki) in [#&#8203;375](https://redirect.github.com/tox-dev/platformdirs/pull/375) #### New Contributors - [@&#8203;joclement](https://redirect.github.com/joclement) made their first contribution in [#&#8203;398](https://redirect.github.com/tox-dev/platformdirs/pull/398) - [@&#8203;brianhelba](https://redirect.github.com/brianhelba) made their first contribution in [#&#8203;402](https://redirect.github.com/tox-dev/platformdirs/pull/402) - [@&#8203;Czaki](https://redirect.github.com/Czaki) made their first contribution in [#&#8203;375](https://redirect.github.com/tox-dev/platformdirs/pull/375) **Full Changelog**: <tox-dev/platformdirs@4.5.1...4.6.0> ### [`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> ### [`v4.5.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.5.0) [Compare Source](https://redirect.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://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;376](https://redirect.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://redirect.github.com/dependabot)\[bot] in [#&#8203;378](https://redirect.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://redirect.github.com/dependabot)\[bot] in [#&#8203;379](https://redirect.github.com/tox-dev/platformdirs/pull/379) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;381](https://redirect.github.com/tox-dev/platformdirs/pull/381) - Add support for Python 3.14 by [@&#8203;hugovk](https://redirect.github.com/hugovk) in [#&#8203;382](https://redirect.github.com/tox-dev/platformdirs/pull/382) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;383](https://redirect.github.com/tox-dev/platformdirs/pull/383) - Update Windows file paths in README by [@&#8203;ParadaCarleton](https://redirect.github.com/ParadaCarleton) in [#&#8203;385](https://redirect.github.com/tox-dev/platformdirs/pull/385) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;384](https://redirect.github.com/tox-dev/platformdirs/pull/384) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;387](https://redirect.github.com/tox-dev/platformdirs/pull/387) - Bump astral-sh/setup-uv from 6 to 7 in the all group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;388](https://redirect.github.com/tox-dev/platformdirs/pull/388) - Drop 3.9 support by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [#&#8203;389](https://redirect.github.com/tox-dev/platformdirs/pull/389) #### New Contributors - [@&#8203;ParadaCarleton](https://redirect.github.com/ParadaCarleton) made their first contribution in [#&#8203;385](https://redirect.github.com/tox-dev/platformdirs/pull/385) **Full Changelog**: <tox-dev/platformdirs@4.4.0...4.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/user-cube/cluster-bootstrap). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNS4zIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acd48f8 commit 4a9b1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdocs-material-extensions==1.3.1
1818
packaging==26.0
1919
paginate==0.5.7
2020
pathspec==1.0.4
21-
platformdirs==4.4.0
21+
platformdirs==4.9.2
2222
Pygments==2.19.2
2323
pymdown-extensions==10.21
2424
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)