[pull] master from aio-libs:master#486
Merged
pull[bot] merged 2 commits intotj-python:masterfrom Mar 6, 2026
Merged
Conversation
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.4 to 3.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jawah/charset_normalizer/releases">charset-normalizer's releases</a>.</em></p> <blockquote> <h2>Version 3.4.5</h2> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.4.4...3.4.5">3.4.5</a> (2026-03-06)</h2> <h3>Changed</h3> <ul> <li>Update <code>setuptools</code> constraint to <code>setuptools>=68,<=82</code>.</li> <li>Raised upper bound of mypyc for the optional pre-built extension to v1.19.1</li> </ul> <h3>Fixed</h3> <ul> <li>Add explicit link to lib math in our optimized build. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/692">#692</a>)</li> <li>Logger level not restored correctly for empty byte sequences. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/701">#701</a>)</li> <li>TypeError when passing bytearray to from_bytes. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/703">#703</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Applied safe micro-optimizations in both our noise detector and language detector.</li> <li>Rewrote the <code>query_yes_no</code> function (inside CLI) to avoid using ambiguous licensed code.</li> <li>Added <code>cd.py</code> submodule into mypyc optional compilation to reduce further the performance impact.</li> </ul> <blockquote> <p>[!WARNING]<br /> mypyc changed the usual binary output for the optimized wheel. Beware, especially if using PyInstaller or alike. See <a href="https://redirect.github.com/jawah/charset_normalizer/issues/714">jawah/charset_normalizer#714</a></p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md">charset-normalizer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.4.4...3.4.5">3.4.5</a> (2026-03-06)</h2> <h3>Changed</h3> <ul> <li>Update <code>setuptools</code> constraint to <code>setuptools>=68,<=82</code>.</li> <li>Raised upper bound of mypyc for the optional pre-built extension to v1.19.1</li> </ul> <h3>Fixed</h3> <ul> <li>Add explicit link to lib math in our optimized build. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/692">#692</a>)</li> <li>Logger level not restored correctly for empty byte sequences. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/701">#701</a>)</li> <li>TypeError when passing bytearray to from_bytes. (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/703">#703</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Applied safe micro-optimizations in both our noise detector and language detector.</li> <li>Rewrote the <code>query_yes_no</code> function (inside CLI) to avoid using ambiguous licensed code.</li> <li>Added <code>cd.py</code> submodule into mypyc optional compilation to reduce further the performance impact.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jawah/charset_normalizer/commit/7411396ebd495e1abc28f5682975b5c662b2ff35"><code>7411396</code></a> :pencil: update changelog</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/8de6012bfdd619ab3177e0a05cb7db450b078d7e"><code>8de6012</code></a> Merge pull request <a href="https://redirect.github.com/jawah/charset_normalizer/issues/713">#713</a> from jawah/release-3.4.5</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/39d0fba5db5d562cf6a95609d87c4834ad98181e"><code>39d0fba</code></a> Merge branch 'master' into release-3.4.5</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/f211d4ada7afc4226b3a3b65a90fdac6099cceb4"><code>f211d4a</code></a> :arrow_up: Bump actions/upload-artifact from 6.0.0 to 7.0.0 (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/707">#707</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/9123864dc43574250beb85c0774b3df7b2f252d1"><code>9123864</code></a> :arrow_up: Bump github/codeql-action from 4.32.0 to 4.32.4 (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/710">#710</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/5cb1f12f77ee7052b77877fc6aa8e20317f13868"><code>5cb1f12</code></a> :arrow_up: Bump actions/download-artifact from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/711">#711</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/7e6858257bfc6a1b7e3e728b7ab0b02cc975e518"><code>7e68582</code></a> :arrow_up: Update setuptools requirement from <=81,>=68 to >=68,<=82.0.0 (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/712">#712</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/e1e2ccb8577e63eb2c436497d3a37100b66cf321"><code>e1e2ccb</code></a> correct cp_similarity ratio ceiling (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/704">#704</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/209f9ff8d80180b1f3032c144d073dfa3c0d17b1"><code>209f9ff</code></a> fix TypeError when passing bytearray to from_bytes (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/703">#703</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/6a8503f65889b8b737e4442a3dea1c6491f4f280"><code>6a8503f</code></a> Fix logger level not restored correctly for empty byte sequences (<a href="https://redirect.github.com/jawah/charset_normalizer/issues/701">#701</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jawah/charset_normalizer/compare/3.4.4...3.4.5">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>
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.9.1 to 4.9.4. <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.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Add permissions to workflows by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/455">tox-dev/platformdirs#455</a></li> <li>Move SECURITY.md to .github/SECURITY.md by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/456">tox-dev/platformdirs#456</a></li> <li>Standardize .github files to .yaml suffix by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/458">tox-dev/platformdirs#458</a></li> <li>📝 docs: add project logo to documentation by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/459">tox-dev/platformdirs#459</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.9.3...4.9.4">https://github.com/tox-dev/platformdirs/compare/4.9.3...4.9.4</a></p> <h2>4.9.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix test failures on BSD for runtime directory defaults by <a href="https://github.com/Fridayai700"><code>@Fridayai700</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/451">tox-dev/platformdirs#451</a></li> <li>Respect XDG_CONFIG_HOME in _get_user_dirs_folder by <a href="https://github.com/bysiber"><code>@bysiber</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/453">tox-dev/platformdirs#453</a></li> <li>Add missing _optionally_create_directory in Android user_log_dir and user_runtime_dir by <a href="https://github.com/bysiber"><code>@bysiber</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/452">tox-dev/platformdirs#452</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Fridayai700"><code>@Fridayai700</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/451">tox-dev/platformdirs#451</a></li> <li><a href="https://github.com/bysiber"><code>@bysiber</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/453">tox-dev/platformdirs#453</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.9.2...4.9.3">https://github.com/tox-dev/platformdirs/compare/4.9.2...4.9.3</a></p> <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> </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> <hr /> <p>4.9.4 (2026-03-05)</p> <hr /> <ul> <li>[pre-commit.ci] pre-commit autoupdate :pr:<code>461</code> - by :user:<code>pre-commit-ci[bot]</code></li> <li>Update README.md</li> <li>📝 docs: add project logo to documentation :pr:<code>459</code></li> <li>Standardize .github files to .yaml suffix</li> <li>build(deps): bump the all group with 2 updates :pr:<code>457</code> - by :user:<code>dependabot[bot]</code></li> <li>Move SECURITY.md to .github/SECURITY.md</li> <li>Add permissions to workflows :pr:<code>455</code></li> <li>Add security policy</li> <li>[pre-commit.ci] pre-commit autoupdate :pr:<code>454</code> - by :user:<code>pre-commit-ci[bot]</code></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/platformdirs/commit/3fdb23e77c02dc11d0ddc82c3086c3240b236157"><code>3fdb23e</code></a> Release 4.9.4</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/96e0ed0f26ed62790ca586bb0d6fe89b9306ed44"><code>96e0ed0</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/461">#461</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/455f98ec6e82730f2f288f7ae35995b0f51d58df"><code>455f98e</code></a> Update README.md</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/423bc18c91162b894d4cc777b04bb409d910e80a"><code>423bc18</code></a> 📝 docs: add project logo to documentation (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/459">#459</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/b10b8c549c152dffc20660371a9079821007317a"><code>b10b8c5</code></a> Standardize .github files to .yaml suffix</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/27582dfe04b6320a201399c25df0a2f1f7f89b89"><code>27582df</code></a> build(deps): bump the all group with 2 updates (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/457">#457</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/da59cc6a5725e9b63bba38c70e9119b73a0cd300"><code>da59cc6</code></a> Move SECURITY.md to .github/SECURITY.md</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/5ef8a10eec033f631a47f45fcd1d853c7b9063f7"><code>5ef8a10</code></a> Add permissions to workflows (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/455">#455</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/2f0cd48571f53b7acb4097f20787f416cb056d5d"><code>2f0cd48</code></a> Add security policy</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/aeb0da1b16c6e1b80c0e00766ec958588e151aa9"><code>aeb0da1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/454">#454</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/platformdirs/compare/4.9.1...4.9.4">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 : )