[pull] master from aio-libs:master - #709
Merged
Merged
Conversation
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.0 to 4.11.1. <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.11.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Let the non-ctypes resolvers find the desktop folder by <a href="https://github.com/darrenhuai"><code>@darrenhuai</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/519">tox-dev/platformdirs#519</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/darrenhuai"><code>@darrenhuai</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/519">tox-dev/platformdirs#519</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.11.0...4.11.1">https://github.com/tox-dev/platformdirs/compare/4.11.0...4.11.1</a></p> </blockquote> </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> <p>.. towncrier-draft-entries:: Unreleased</p> <p>.. towncrier release notes start</p> <hr /> <p>4.11.2 (2026-08-10)</p> <hr /> <ul> <li>Stop :meth:<code>~platformdirs.PlatformDirs.iter_cache_dirs</code>, :meth:<code>~platformdirs.PlatformDirs.iter_state_dirs</code>, :meth:<code>~platformdirs.PlatformDirs.iter_log_dirs</code> and :meth:<code>~platformdirs.PlatformDirs.iter_runtime_dirs</code> yielding the same directory twice on Unix when <code>use_site_for_root</code> is active - :pr:<code>469</code> fixed this for the config and data iterators only. On macOS, :meth:<code>~platformdirs.PlatformDirs.iter_cache_dirs</code> now yields the Homebrew and <code>/Library/Caches</code> entries separately rather than one <code>os.pathsep</code>-joined string when <code>multipath</code> is set. :pr:<code>520</code></li> </ul> <hr /> <p>4.11.1 (2026-08-07)</p> <hr /> <ul> <li>Fix :func:<code>~platformdirs.user_desktop_dir</code> on Windows builds without <code>ctypes</code>. <code>CSIDL_DESKTOPDIRECTORY</code> appeared only in the ctypes lookup table, so the registry and environment variable resolvers raised <code>ValueError</code> for it. :pr:<code>519</code></li> </ul> <hr /> <p>4.11.0 (2026-07-21)</p> <hr /> <ul> <li>Declare support for Python 3.15 and run the test suite against it, currently in beta. :pr:<code>512</code></li> </ul> <hr /> <p>4.10.1 (2026-07-18)</p> <hr /> <ul> <li>Stop leaking memory on repeated Windows folder lookups. <code>get_win_folder_via_ctypes</code> defined a fresh <code>ctypes</code> structure on every call, and each one registered a pointer type that was never released; the resolver is now built once and reused. :pr:<code>507</code></li> </ul> <hr /> <p>4.10.0 (2026-05-28)</p> <hr /> <ul> <li>Add :func:<code>~platformdirs.user_publicshare_dir</code>, :func:<code>~platformdirs.user_templates_dir</code>, :func:<code>~platformdirs.user_fonts_dir</code>, and :func:<code>~platformdirs.user_preference_dir</code> :pr:<code>491</code></li> <li>Add :func:<code>~platformdirs.user_projects_dir</code> backed by <code>$XDG_PROJECTS_DIR</code> :pr:<code>490</code></li> <li>Return only the first path from :func:<code>~platformdirs.site_config_path</code> on macOS when <code>multipath</code> is set :pr:<code>488</code> - by :user:<code>lphuc2250gma</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/platformdirs/commit/a9f2ba9126f3a19853a08d1584f72ee3783e85e2"><code>a9f2ba9</code></a> Release 4.11.1</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/30a95497aba035b43edf9557ab0cbd1e53a8151c"><code>30a9549</code></a> Let the non-ctypes resolvers find the desktop folder (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/519">#519</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/cc97359ce8cc958cae51b24628f1d594fff50070"><code>cc97359</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the al...</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/328e15d70b6549d8d61b2645a00eda1e2c56e166"><code>328e15d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/517">#517</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/76fd346f75f5067f2bee5fd6cc79e21f1ba332e3"><code>76fd346</code></a> build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the all group (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/516">#516</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/13a531d36e1260d69129bfad1052785482fd468c"><code>13a531d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/515">#515</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/070777b43db39aa266f6bef2a10f2f4f37913fe1"><code>070777b</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 in the al...</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/5d09cb03792728a2c7a674454c3badae07c66a87"><code>5d09cb0</code></a> build(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the all group (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/513">#513</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/platformdirs/compare/4.11.0...4.11.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )