chore(deps): update dependency platformdirs to v4.10.0 #90

Open
renovate-bot wants to merge 1 commit from renovate/platformdirs-4.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
platformdirs (changelog) ==4.3.6 -> ==4.10.0 age confidence

Release Notes

tox-dev/platformdirs (platformdirs)

v4.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0

v4.9.6

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.5...4.9.6

v4.9.4

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.3...4.9.4

v4.9.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.1...4.9.2

v4.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.9.0...4.9.1

v4.9.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.8.0...4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.7.1...4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.7.0...4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.6.0...4.7.0

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.5.1...4.6.0

v4.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.5.0...4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0

v4.4.0

Compare Source

What's Changed

New Contributors

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

v4.3.8

Compare Source

What's Changed

New Contributors

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

v4.3.7

Compare Source

What's Changed

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


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [platformdirs](https://github.com/tox-dev/platformdirs) ([changelog](https://platformdirs.readthedocs.io/en/latest/changelog.html)) | `==4.3.6` -> `==4.10.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.6/4.10.0?slim=true) | --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.10.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.10.0) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0) <!-- Release notes generated using configuration in .github/release.yaml at 4.10.0 --> #### What's Changed - chore: improve platformdirs maintenance path by [@&#8203;lphuc2250gma](https://github.com/lphuc2250gma) in [#&#8203;488](https://github.com/tox-dev/platformdirs/pull/488) - ✨ feat: add user\_projects\_dir for $XDG\_PROJECTS\_DIR by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;490](https://github.com/tox-dev/platformdirs/pull/490) - ✨ feat: add user\_publicshare\_dir, user\_templates\_dir, user\_fonts\_dir, user\_preference\_dir by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;491](https://github.com/tox-dev/platformdirs/pull/491) #### New Contributors - [@&#8203;lphuc2250gma](https://github.com/lphuc2250gma) made their first contribution in [#&#8203;488](https://github.com/tox-dev/platformdirs/pull/488) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0> ### [`v4.9.6`](https://github.com/tox-dev/platformdirs/releases/tag/4.9.6) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.9.4...4.9.6) <!-- Release notes generated using configuration in .github/release.yaml at 4.9.6 --> #### What's Changed - 🐛 fix(release): use double quotes for tag variable expansion by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;477](https://github.com/tox-dev/platformdirs/pull/477) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.9.5...4.9.6> ### [`v4.9.4`](https://github.com/tox-dev/platformdirs/releases/tag/4.9.4) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.9.2...4.9.4) <!-- Release notes generated using configuration in .github/release.yaml at 4.9.4 --> #### What's Changed - Add permissions to workflows by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;455](https://github.com/tox-dev/platformdirs/pull/455) - Move SECURITY.md to .github/SECURITY.md by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;456](https://github.com/tox-dev/platformdirs/pull/456) - Standardize .github files to .yaml suffix by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;458](https://github.com/tox-dev/platformdirs/pull/458) - 📝 docs: add project logo to documentation by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;459](https://github.com/tox-dev/platformdirs/pull/459) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.9.3...4.9.4> ### [`v4.9.2`](https://github.com/tox-dev/platformdirs/releases/tag/4.9.2) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;447](https://github.com/tox-dev/platformdirs/pull/447) - 📝 docs: restructure following Diataxis framework by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;448](https://github.com/tox-dev/platformdirs/pull/448) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.9.1...4.9.2> ### [`v4.9.1`](https://github.com/tox-dev/platformdirs/releases/tag/4.9.1) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;445](https://github.com/tox-dev/platformdirs/pull/445) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.9.0...4.9.1> ### [`v4.9.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.9.0) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;439](https://github.com/tox-dev/platformdirs/pull/439) - 🐛 fix(unix): use correct runtime dir path for OpenBSD by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;440](https://github.com/tox-dev/platformdirs/pull/440) - ✨ feat(api): add site\_applications\_dir property by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;442](https://github.com/tox-dev/platformdirs/pull/442) - ✨ feat(api): add site\_bin\_dir property by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;443](https://github.com/tox-dev/platformdirs/pull/443) - 📚 docs: split usage guide into tutorial, how-to, and reference by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;441](https://github.com/tox-dev/platformdirs/pull/441) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.8.0...4.9.0> ### [`v4.8.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.8.0) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;423](https://github.com/tox-dev/platformdirs/pull/423) - ✨ feat(api): add site\_log\_dir and document Store Python sandbox by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;424](https://github.com/tox-dev/platformdirs/pull/424) - ✨ feat(api): add site\_state\_dir for system-wide state by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;425](https://github.com/tox-dev/platformdirs/pull/425) - ✨ feat(api): add use\_site\_for\_root parameter by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;426](https://github.com/tox-dev/platformdirs/pull/426) - ✨ feat(windows): add PLATFORMDIRS\_\* env var overrides by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;427](https://github.com/tox-dev/platformdirs/pull/427) - ✨ feat(windows): add WIN\_PD\_OVERRIDE\_\* env var overrides by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;428](https://github.com/tox-dev/platformdirs/pull/428) - 🐛 fix(macos): yield individual site dirs in iter\_\*\_dirs by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;429](https://github.com/tox-dev/platformdirs/pull/429) - ✨ feat(api): add user\_bin\_dir property by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;430](https://github.com/tox-dev/platformdirs/pull/430) - ✨ feat(api): add user\_applications\_dir property by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;432](https://github.com/tox-dev/platformdirs/pull/432) - 📝 docs(usage): note that home dir is in stdlib by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;431](https://github.com/tox-dev/platformdirs/pull/431) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.7.1...4.8.0> ### [`v4.7.1`](https://github.com/tox-dev/platformdirs/releases/tag/4.7.1) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;422](https://github.com/tox-dev/platformdirs/pull/422) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.7.0...4.7.1> ### [`v4.7.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.7.0) [Compare Source](https://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://github.com/gaborbernat) in [#&#8203;419](https://github.com/tox-dev/platformdirs/pull/419) - ✨ feat(windows): use SHGetKnownFolderPath API by [@&#8203;moi15moi](https://github.com/moi15moi) in [#&#8203;380](https://github.com/tox-dev/platformdirs/pull/380) - 🐛 fix(unix): fall back to tempdir when runtime dir is not writable by [@&#8203;lengau](https://github.com/lengau) in [#&#8203;369](https://github.com/tox-dev/platformdirs/pull/369) - 🔧 build(release): adopt filelock-style automated workflow by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;420](https://github.com/tox-dev/platformdirs/pull/420) #### New Contributors - [@&#8203;moi15moi](https://github.com/moi15moi) made their first contribution in [#&#8203;380](https://github.com/tox-dev/platformdirs/pull/380) - [@&#8203;lengau](https://github.com/lengau) made their first contribution in [#&#8203;369](https://github.com/tox-dev/platformdirs/pull/369) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.6.0...4.7.0> ### [`v4.6.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.6.0) [Compare Source](https://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://github.com/joclement) in [#&#8203;398](https://github.com/tox-dev/platformdirs/pull/398) - Fix docs for `site_cache_dir` by [@&#8203;brianhelba](https://github.com/brianhelba) in [#&#8203;402](https://github.com/tox-dev/platformdirs/pull/402) - 🔧 build: migrate from hatch to tox with ty by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;415](https://github.com/tox-dev/platformdirs/pull/415) - Add support for `XDG_*` environment variables by [@&#8203;Czaki](https://github.com/Czaki) in [#&#8203;375](https://github.com/tox-dev/platformdirs/pull/375) #### New Contributors - [@&#8203;joclement](https://github.com/joclement) made their first contribution in [#&#8203;398](https://github.com/tox-dev/platformdirs/pull/398) - [@&#8203;brianhelba](https://github.com/brianhelba) made their first contribution in [#&#8203;402](https://github.com/tox-dev/platformdirs/pull/402) - [@&#8203;Czaki](https://github.com/Czaki) made their first contribution in [#&#8203;375](https://github.com/tox-dev/platformdirs/pull/375) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.5.1...4.6.0> ### [`v4.5.1`](https://github.com/tox-dev/platformdirs/releases/tag/4.5.1) [Compare Source](https://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://github.com/youknowone) in [#&#8203;403](https://github.com/tox-dev/platformdirs/pull/403) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.5.0...4.5.1> ### [`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> ### [`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> ### [`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 [#&#8203;355](https://github.com/tox-dev/platformdirs/pull/355) #### New Contributors - [@&#8203;gene1wood](https://github.com/gene1wood) made their first contribution in [#&#8203;355](https://github.com/tox-dev/platformdirs/pull/355) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8> ### [`v4.3.7`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.7) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Chunk dependabot updates into a single PR by [@&#8203;ofek](https://github.com/ofek) in [#&#8203;311](https://github.com/tox-dev/platformdirs/pull/311) - Drop support for EOL Python 3.8 by [@&#8203;hugovk](https://github.com/hugovk) in [#&#8203;330](https://github.com/tox-dev/platformdirs/pull/330) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7> </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjQyLjUyLjgiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/platformdirs-4.x from 129d4c4678 to f2468a3a9c 2025-05-12 05:29:18 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.3.7 to chore(deps): update dependency platformdirs to v4.3.8 2025-05-19 05:11:16 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from f2468a3a9c to 0d93af4c76 2025-09-01 05:15:05 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.3.8 to chore(deps): update dependency platformdirs to v4.4.0 2025-09-01 05:15:05 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 0d93af4c76 to 91cb87e9aa
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2025-10-13 05:14:51 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.4.0 to chore(deps): update dependency platformdirs to v4.5.0 2025-10-13 05:14:53 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 91cb87e9aa
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
to 4a93ecd510
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2025-12-08 05:14:48 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.5.0 to chore(deps): update dependency platformdirs to v4.5.1 2025-12-08 05:14:49 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 4a93ecd510
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
to 435908bac7
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2026-02-16 05:10:46 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.5.1 to chore(deps): update dependency platformdirs to v4.9.1 2026-02-16 05:10:48 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 435908bac7
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
to 321feab26b
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2026-02-23 05:11:06 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.9.1 to chore(deps): update dependency platformdirs to v4.9.2 2026-02-23 05:11:08 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 321feab26b
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
to d8b81b74f8
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-03-09 05:10:07 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.9.2 to chore(deps): update dependency platformdirs to v4.9.4 2026-03-09 05:10:08 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from d8b81b74f8
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
to 892438ce00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-04-13 05:10:02 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.9.4 to chore(deps): update dependency platformdirs to v4.9.6 2026-04-13 05:10:03 +05:30
renovate-bot force-pushed renovate/platformdirs-4.x from 892438ce00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
to 169a406740 2026-05-28 23:26:43 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency platformdirs to v4.9.6 to chore(deps): update dependency platformdirs to v4.10.0 2026-05-28 23:26:44 +05:30
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/platformdirs-4.x:renovate/platformdirs-4.x
git switch renovate/platformdirs-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/platformdirs-4.x
git switch renovate/platformdirs-4.x
git rebase master
git switch master
git merge --ff-only renovate/platformdirs-4.x
git switch renovate/platformdirs-4.x
git rebase master
git switch master
git merge --no-ff renovate/platformdirs-4.x
git switch master
git merge --squash renovate/platformdirs-4.x
git switch master
git merge --ff-only renovate/platformdirs-4.x
git switch master
git merge renovate/platformdirs-4.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ForgeFlux/ftest-common-py!90
No description provided.