[pull] master from aio-libs:master#368
Merged
pull[bot] merged 3 commits intotj-python:masterfrom Oct 10, 2025
Merged
Conversation
Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Easy as Pi release</h2> <p>This release bumps Python compatibility to the just-released Python 3.14.</p> <h2>[14.2.0] - 2025-10-09</h2> <h3>Changed</h3> <ul> <li>Python3.14 compatibility <a href="https://redirect.github.com/Textualize/rich/pull/3861">Textualize/rich#3861</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[14.2.0] - 2025-10-09</h2> <h3>Changed</h3> <ul> <li>Python3.14 compatibility <a href="https://redirect.github.com/Textualize/rich/pull/3861">Textualize/rich#3861</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/494f83c923ca54ecc943bf5e60c0004e65fbb54e"><code>494f83c</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/d476e85a19ea62966a25f6df0e0a287da52ab35f"><code>d476e85</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3862">#3862</a> from GeroZayas/docs/es-readme-sync-2025-10</li> <li><a href="https://github.com/Textualize/rich/commit/518daaa39c17bad485c970bf229424784fbdf044"><code>518daaa</code></a> docs(es): sync README.es.md (macOS, 16 colors, Python 3.8+)</li> <li><a href="https://github.com/Textualize/rich/commit/cd5074f87804aac2f6e5c6143e1cac5e3a0bddc5"><code>cd5074f</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3861">#3861</a> from Textualize/python314</li> <li><a href="https://github.com/Textualize/rich/commit/041406ca9b60af8fcc00cd7fc1b2973ab51eb851"><code>041406c</code></a> removed asv</li> <li><a href="https://github.com/Textualize/rich/commit/655b5210cb1403100a646d167cf027eec760dd9f"><code>655b521</code></a> test fixes</li> <li><a href="https://github.com/Textualize/rich/commit/27c2d2df7523315de4b81577d414db8c1c7312f9"><code>27c2d2d</code></a> bump for Python3.14</li> <li><a href="https://github.com/Textualize/rich/commit/ea9d4db5d84b4e834979304e3053bf757daae322"><code>ea9d4db</code></a> Update feature_request.md</li> <li>See full diff in <a href="https://github.com/Textualize/rich/compare/v14.1.0...v14.2.0">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [backports-zstd](https://github.com/rogdham/backports.zstd) from 0.5.0 to 1.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md">backports-zstd's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rogdham/backports.zstd/releases/tag/v1.0.0">1.0.0</a> - 2025-10-10</h2> <h3>:rocket: Added</h3> <ul> <li>Update code with CPython 3.14.0 version</li> <li>Update type hints with typeshed <code>aa5202465</code></li> <li>Update <code>pythoncapi-compat</code> dependency</li> <li>Allow to use <code>libzstd</code> present on the system with the <code>--system-zstd</code> build backend argument</li> <li>Check the <code>libzstd</code> version during build and at runtime</li> </ul> <h3>:bug: Fixes</h3> <ul> <li>Fix import order issue by importing the <code>tarfile</code> and <code>zipfile</code> modules only when needed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Rogdham/backports.zstd/commit/e244330a9933691fa1a228fe299b0fe4ad12e2c9"><code>e244330</code></a> chore: prepare v1.0.0</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/d94dd5ebb0be6d2f32442b4eaf002f09dbe3a58f"><code>d94dd5e</code></a> feat: update code from upstream 3.14.0</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/76f250c9195f7f03a5a87251cc31f712266f1ceb"><code>76f250c</code></a> chore: update pythoncapi-compat</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/0d5560525042973c0c15c9267dcfe5c6192122b6"><code>0d55605</code></a> chore: update type hints from upstream</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/b7eb0213a3289425466c435f32a10e970e13c619"><code>b7eb021</code></a> feat: support dynamic linking to libzstd</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/17cc15bfba091e43ad6a77be3253005ff7beac2b"><code>17cc15b</code></a> chore: fix PyPy build for EOL versions</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/8aad94fa8c46591b673c1f4819022c4775e91e8d"><code>8aad94f</code></a> feat: update code from upstream 3.14.0rc3</li> <li><a href="https://github.com/Rogdham/backports.zstd/commit/07944293d91ff45474434f2b0ab08eab2961c7b1"><code>0794429</code></a> Import tarfile/zipfile modules only when needed</li> <li>See full diff in <a href="https://github.com/rogdham/backports.zstd/compare/v0.5.0...v1.0.0">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>20.35.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.34.0 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2954">pypa/virtualenv#2954</a></li> <li>refactor: Decouple discovery module by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2956">pypa/virtualenv#2956</a></li> <li>feat: ensure creation of python3.exe and python3 on Windows by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2957">pypa/virtualenv#2957</a></li> <li>fix: Use getattr for tcl/tk library paths by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2945">pypa/virtualenv#2945</a></li> <li>fix: Import fs_is_case_sensitive absolutely in py_info.py by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2960">pypa/virtualenv#2960</a></li> <li>Declare 3.14 support by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2970">pypa/virtualenv#2970</a></li> <li>release 20.35.0 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2971">pypa/virtualenv#2971</a></li> <li>fix: Patch get_interpreter to handle missing cache and app_data by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2974">pypa/virtualenv#2974</a></li> <li>Fix backwards incompatible changes on PythonInfo by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2975">pypa/virtualenv#2975</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1">https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1</a></p> <h2>20.35.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.34.0 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2954">pypa/virtualenv#2954</a></li> <li>refactor: Decouple discovery module by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2956">pypa/virtualenv#2956</a></li> <li>feat: ensure creation of python3.exe and python3 on Windows by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2957">pypa/virtualenv#2957</a></li> <li>fix: Use getattr for tcl/tk library paths by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2945">pypa/virtualenv#2945</a></li> <li>fix: Import fs_is_case_sensitive absolutely in py_info.py by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2960">pypa/virtualenv#2960</a></li> <li>chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/2964">pypa/virtualenv#2964</a></li> <li>Declare 3.14 support by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2970">pypa/virtualenv#2970</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.0">https://github.com/pypa/virtualenv/compare/20.34.0...20.35.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.35.1 (2025-10-09)</h2> <p>Bugfixes - 20.35.1</p> <pre><code>- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`) - Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`) <h2>v20.35.0 (2025-10-08)</h2> <p>Features - 20.35.0 </code></pre></p> <ul> <li>Add AppData and Cache protocols to discovery for decoupling - by :user:<code>esafak</code>. (:issue:<code>2074</code>)</li> <li>Ensure python3.exe and python3 on Windows for Python 3 - by :user:<code>esafak</code>. (:issue:<code>2774</code>)</li> </ul> <p>Bugfixes - 20.35.0</p> <pre><code>- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`) - Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/78a8dc2d1262eef0e48da8dc153f492a6e26f198"><code>78a8dc2</code></a> release 20.35.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/2dbf4f2269b87782ddf9a9a0e6ff47096f9f62cc"><code>2dbf4f2</code></a> Fix backwards incompatible changes on PythonInfo (<a href="https://redirect.github.com/pypa/virtualenv/issues/2975">#2975</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/de1820dd472786383f0ee393524141880fe4e055"><code>de1820d</code></a> fix: Patch get_interpreter to handle missing cache and app_data (<a href="https://redirect.github.com/pypa/virtualenv/issues/2974">#2974</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/8e1ecc705a502705931e7576b8dd72bab90cde91"><code>8e1ecc7</code></a> release 20.35.0 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2971">#2971</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/89dc16bfe3a65b32b69bfaa7a882902f7a53c132"><code>89dc16b</code></a> Declare 3.14 support (<a href="https://redirect.github.com/pypa/virtualenv/issues/2970">#2970</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/81d5187bc92056d204d297935cfb006a4986dfb0"><code>81d5187</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2965">#2965</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/6e1723a861171d6a4e5c7e45c1fb49abc8aec581"><code>6e1723a</code></a> chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.gith...</li> <li><a href="https://github.com/pypa/virtualenv/commit/9081de13c3b5cf45a747b0ea1793ba4622c200b5"><code>9081de1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2962">#2962</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/5c5bf430b3e893c80a1bf22933c2c3a800a1b459"><code>5c5bf43</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2961">#2961</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/66d793edd347bc8792f5fe16f950c77f23f6b60c"><code>66d793e</code></a> fix: Import fs_is_case_sensitive absolutely in py_info.py (<a href="https://redirect.github.com/pypa/virtualenv/issues/2960">#2960</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.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 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] <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 : )