Commit 19f904e
authored
Bump platformdirs from 4.5.1 to 4.9.2 (#12080)
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.5.1
to 4.9.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/platformdirs/releases">platformdirs's
releases</a>.</em></p>
<blockquote>
<h2>4.9.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>📝 docs(platforms): fix RST formatting and TOC hierarchy by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/447">tox-dev/platformdirs#447</a></li>
<li>📝 docs: restructure following Diataxis framework by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/448">tox-dev/platformdirs#448</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.9.1...4.9.2">https://github.com/tox-dev/platformdirs/compare/4.9.1...4.9.2</a></p>
<h2>4.9.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>📝 docs: enhance README, fix issues, and reorganize platforms.rst by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/platformdirs/pull/445">tox-dev/platformdirs#445</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.9.0...4.9.1">https://github.com/tox-dev/platformdirs/compare/4.9.0...4.9.1</a></p>
<h2>4.9.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>📝 docs(usage): add use_site_for_root and comprehensive guidance by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/platformdirs/pull/439">tox-dev/platformdirs#439</a></li>
<li>🐛 fix(unix): use correct runtime dir path for OpenBSD by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/440">tox-dev/platformdirs#440</a></li>
<li>✨ feat(api): add site_applications_dir property by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/442">tox-dev/platformdirs#442</a></li>
<li>✨ feat(api): add site_bin_dir property by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/443">tox-dev/platformdirs#443</a></li>
<li>📚 docs: split usage guide into tutorial, how-to, and reference by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/441">tox-dev/platformdirs#441</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.8.0...4.9.0">https://github.com/tox-dev/platformdirs/compare/4.8.0...4.9.0</a></p>
<h2>4.8.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>📝 docs(windows): document Store Python sandbox path behavior by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/423">tox-dev/platformdirs#423</a></li>
<li>✨ feat(api): add site_log_dir and document Store Python sandbox by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/platformdirs/pull/424">tox-dev/platformdirs#424</a></li>
<li>✨ feat(api): add site_state_dir for system-wide state by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/425">tox-dev/platformdirs#425</a></li>
<li>✨ feat(api): add use_site_for_root parameter by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/426">tox-dev/platformdirs#426</a></li>
<li>✨ feat(windows): add PLATFORMDIRS_* env var overrides by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/427">tox-dev/platformdirs#427</a></li>
<li>✨ feat(windows): add WIN_PD_OVERRIDE_* env var overrides by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/428">tox-dev/platformdirs#428</a></li>
<li>🐛 fix(macos): yield individual site dirs in iter_*_dirs by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/429">tox-dev/platformdirs#429</a></li>
<li>✨ feat(api): add user_bin_dir property by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/430">tox-dev/platformdirs#430</a></li>
<li>✨ feat(api): add user_applications_dir property by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/432">tox-dev/platformdirs#432</a></li>
<li>📝 docs(usage): note that home dir is in stdlib by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/431">tox-dev/platformdirs#431</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.7.1...4.8.0">https://github.com/tox-dev/platformdirs/compare/4.7.1...4.8.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst">platformdirs's
changelog</a>.</em></p>
<blockquote>
<p>###########
Changelog
###########</p>
<hr />
<p>4.9.2 (2026-02-16)</p>
<hr />
<ul>
<li>📝 docs: restructure following Diataxis framework
:pr:<code>448</code></li>
<li>📝 docs(platforms): fix RST formatting and TOC hierarchy
:pr:<code>447</code></li>
</ul>
<hr />
<p>4.9.1 (2026-02-14)</p>
<hr />
<ul>
<li>📝 docs: enhance README, fix issues, and reorganize platforms.rst
:pr:<code>445</code></li>
</ul>
<hr />
<p>4.9.0 (2026-02-14)</p>
<hr />
<ul>
<li>📚 docs: split usage guide into tutorial, how-to, and reference
:pr:<code>441</code></li>
<li>✨ feat(api): add site_bin_dir property :pr:<code>443</code></li>
<li>✨ feat(api): add site_applications_dir property
:pr:<code>442</code></li>
<li>🐛 fix(unix): use correct runtime dir path for OpenBSD
:pr:<code>440</code></li>
<li>📝 docs(usage): document use_site_for_root parameter
:pr:<code>439</code></li>
</ul>
<hr />
<p>4.8.0 (2026-02-14)</p>
<hr />
<ul>
<li>📝 docs(usage): note that home dir is in stdlib
:pr:<code>431</code></li>
<li>✨ feat(api): add user_applications_dir property
:pr:<code>432</code></li>
<li>✨ feat(api): add user_bin_dir property :pr:<code>430</code></li>
<li>🐛 fix(macos): yield individual site dirs in iter_*_dirs
:pr:<code>429</code></li>
<li>✨ feat(windows): add WIN_PD_OVERRIDE_* env var overrides
:pr:<code>428</code></li>
<li>✨ feat(windows): add PLATFORMDIRS_* env var overrides
:pr:<code>427</code></li>
<li>✨ feat(api): add use_site_for_root parameter
:pr:<code>426</code></li>
<li>✨ feat(api): add site_state_dir for system-wide state
:pr:<code>425</code></li>
<li>✨ feat(api): add site_log_dir and document Store Python sandbox
:pr:<code>424</code></li>
<li>📝 docs(windows): document Store Python sandbox path behavior
:pr:<code>423</code></li>
</ul>
<hr />
<p>4.7.1 (2026-02-13)</p>
<hr />
<ul>
<li>🐛 fix(windows): avoid FileNotFoundError in sandboxed environments
:pr:<code>422</code></li>
</ul>
<hr />
<p>4.7.0 (2026-02-12)</p>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/72271a62c70f665be6cad489d12f9855af8c4ff1"><code>72271a6</code></a>
Release 4.9.2</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/3e45fa98166ab8a9aba9c0d1e2a4a1bc252d183b"><code>3e45fa9</code></a>
📝 docs: restructure following Diataxis framework (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/448">#448</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/1d8448bc1697b259fbc596d6c31ee43d6e87fdf2"><code>1d8448b</code></a>
📝 docs(platforms): fix RST formatting and TOC hierarchy (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/447">#447</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/f65684930c59278b58f93639b343a312189c3695"><code>f656849</code></a>
Release 4.9.1</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/d983fb18dcc3f688894f84783ae9b305b0c50e37"><code>d983fb1</code></a>
📝 docs: enhance README, fix issues, and reorganize platforms.rst (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/445">#445</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/685a1d9e874e3a52c6bb6a9263130b2d5f591ae2"><code>685a1d9</code></a>
Release 4.9.0</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/ae73d3445bb67195f4745ebe9d3b5154de783c61"><code>ae73d34</code></a>
📚 docs: split usage guide into tutorial, how-to, and reference (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/441">#441</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/816747efdd59fbe2c707192607343b80edd02e26"><code>816747e</code></a>
✨ feat(api): add site_bin_dir property (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/443">#443</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/7a47ac4ee69da98c44266b16f40ae038f2ddf2f3"><code>7a47ac4</code></a>
✨ feat(api): add site_applications_dir property (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/442">#442</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/c69a552803605c800ea00695cf749953de114652"><code>c69a552</code></a>
🐛 fix(unix): use correct runtime dir path for OpenBSD (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/440">#440</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tox-dev/platformdirs/compare/4.5.1...4.9.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 629db33 commit 19f904e
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments