Skip to content

Commit 1caddcf

Browse files
Bump platformdirs from 4.3.7 to 4.3.8 (#10838)
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.7 to 4.3.8. <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.3.8</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Add missing examples and fix order of examples in README by <a href="https://github.com/gene1wood"><code>@​gene1wood</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/355">tox-dev/platformdirs#355</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gene1wood"><code>@​gene1wood</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/355">tox-dev/platformdirs#355</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8">https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/platformdirs/commit/22089f1e1ff477037cd7b3e03ad38ae2bf251031"><code>22089f1</code></a> Add missing examples and fix order of examples in README (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/355">#355</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/29398b1ef0d602929102b5a3cc4aca25ff954f2a"><code>29398b1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/354">#354</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/70114b05f1144a451247a465b65caa34d9a88375"><code>70114b0</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/353">#353</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/48916117e8d756a51468d6ead75aa645a6a378c6"><code>4891611</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/351">#351</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/707be6f8dd2784d092f6de6530f6c0d64faee2f3"><code>707be6f</code></a> Bump astral-sh/setup-uv from 5 to 6 in the all group (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/352">#352</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/5519a4fa93059949cf1078fac01cf5dce12c3b50"><code>5519a4f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/349">#349</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/063275e097e2910d56291b168e5d827237be5cc5"><code>063275e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/346">#346</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/39fc38448d9d8a5a5be489115122669a76403012"><code>39fc384</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/345">#345</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/platformdirs/compare/4.3.7...4.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=platformdirs&package-manager=pip&previous-version=4.3.7&new-version=4.3.8)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 1acf8c9 commit 1caddcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ packaging==25.0
135135
# wheel
136136
pip-tools==7.4.1
137137
# via -r requirements/dev.in
138-
platformdirs==4.3.7
138+
platformdirs==4.3.8
139139
# via virtualenv
140140
pluggy==1.5.0
141141
# via pytest

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ packaging==25.0
132132
# wheel
133133
pip-tools==7.4.1
134134
# via -r requirements/dev.in
135-
platformdirs==4.3.7
135+
platformdirs==4.3.8
136136
# via virtualenv
137137
pluggy==1.5.0
138138
# via pytest

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nodeenv==1.9.1
5353
# via pre-commit
5454
packaging==25.0
5555
# via pytest
56-
platformdirs==4.3.7
56+
platformdirs==4.3.8
5757
# via virtualenv
5858
pluggy==1.5.0
5959
# via pytest

0 commit comments

Comments
 (0)