Avatar for the aio-libs user
aio-libs
aiohttp
BlogDocsChangelog

Performance History

Latest Results

Bump platformdirs from 4.11.5 to 4.11.6 (#13633) Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.11.5 to 4.11.6. <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.6</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix: accept use_site_for_root in the bin functions by <a href="https://github.com/darrenhuai"><code>@​darrenhuai</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/537">tox-dev/platformdirs#537</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.11.5...4.11.6">https://github.com/tox-dev/platformdirs/compare/4.11.5...4.11.6</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.7 (2026-09-01)</p> <hr /> <hr /> <p>4.11.6 (2026-09-01)</p> <hr /> <ul> <li>Give :func:<code>~platformdirs.user_bin_dir</code> and :func:<code>~platformdirs.user_bin_path</code> the <code>use_site_for_root</code> argument. They took none, so neither could reach the Unix redirect of root to :func:<code>~platformdirs.site_bin_dir</code>. :pr:<code>537</code></li> </ul> <hr /> <p>4.11.5 (2026-08-27)</p> <hr /> <ul> <li>Give :func:<code>~platformdirs.user_preference_dir</code> and :func:<code>~platformdirs.user_preference_path</code> the same arguments as :func:<code>~platformdirs.user_config_dir</code>. Added without arguments in :pr:<code>491</code>, they could only return the unscoped base directory even though the property they wrap appends the app name and version. :pr:<code>531</code></li> <li>Make :func:<code>~platformdirs.site_applications_path</code> return the first entry when <code>multipath=True</code>, matching :func:<code>~platformdirs.site_data_path</code>. On Unix and macOS it passed the whole <code>$XDG_DATA_DIRS</code> list to :class:<code>~pathlib.Path</code>, giving one unusable path such as <code>/first/applications:/second/applications</code>. :pr:<code>532</code></li> <li>Give :func:<code>~platformdirs.user_applications_dir</code>, :func:<code>~platformdirs.user_applications_path</code>, :func:<code>~platformdirs.site_applications_dir</code> and :func:<code>~platformdirs.site_applications_path</code> the app arguments. Android scopes both applications directories to the app, so without them the functions could only return the unscoped base directory there. On the two site functions they are keyword-only, keeping <code>multipath</code> first positional as it has been since 4.9.0; the two user functions take their boolean options keyword-only. :pr:<code>534</code></li> <li>Correct the ordering note on the iterator methods. <code>use_site_for_root</code> drops the user directory entirely, so the iterators are documented as yielding the most specific directory first rather than always yielding the user one. :pr:<code>533</code></li> </ul> <hr /> <p>4.11.4 (2026-08-24)</p> <hr /> <ul> <li>Stop the <code>iter_*_dirs</code> methods yielding the same directory twice when a site directory resolves to its user equivalent - :pr:<code>520</code> covered only Unix with <code>use_site_for_root</code>. It also hit :meth:<code>~platformdirs.PlatformDirs.iter_runtime_dirs</code> on Unix with <code>$XDG_RUNTIME_DIR</code> set, on Windows and macOS, and all six iterators on Android. :pr:<code>524</code></li> <li>Fix the config merging example in the how-to guide. <code>iter_config_paths</code> yields the user directory first, so the <code>config.update</code> loop let the site defaults override the user's config instead of the other way round. :pr:<code>529</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/cf226abfd3b7b4c51a200f269792452dabcf9f17"><code>cf226ab</code></a> Release 4.11.6</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/c22544b0be1aa508359adbd4007147990f0940c2"><code>c22544b</code></a> fix: accept use_site_for_root in the bin functions (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/537">#537</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/749975640789c78b9e4111ac935680b1e7ca1c93"><code>7499756</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/536">#536</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/platformdirs/compare/4.11.5...4.11.6">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.11.5&new-version=4.11.6)](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>
master
9 minutes ago
Fix flaky test
fix-another-flaky-test
3 hours ago
Update test_cookiejar.py
patchback/backports/3.15/1857e6df6e9efce10dcf08a4ee26a366add2e443/pr-13637
4 hours ago
Apply batched suggestions from code review Co-authored-by: Sam Bull <aa6bs0@sambull.org>
patchback/backports/3.15/1857e6df6e9efce10dcf08a4ee26a366add2e443/pr-13637
4 hours ago
Apply suggestion from @Dreamsorcerer
arshsmith1:fileresponse-ifrange-etag
4 hours ago
Rename 13634.bugfix.rst to 13637.bugfix.rst
fix-mutable-morsel
5 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix flaky test#13639
3 hours ago
7603f9b
fix-another-flaky-test
CodSpeed Performance Gauge
0%
Fix mutable morsels (#13637)#13638
4 hours ago
4eee7e1
patchback/backports/3.15/1857e6df6e9efce10dcf08a4ee26a366add2e443/pr-13637
CodSpeed Performance Gauge
0%
5 hours ago
e20833b
arshsmith1:fileresponse-ifrange-etag
© 2026 CodSpeed Technology
Home Terms Privacy Docs