[pull] master from aio-libs:master#326
Merged
pull[bot] merged 2 commits intotj-python:masterfrom Aug 14, 2025
Merged
Conversation
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.33.1 to 20.34.0. <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.34.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.33.1 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2943">pypa/virtualenv#2943</a></li> <li>fix: Improve file limit test to catch SystemExit or RuntimeError by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2936">pypa/virtualenv#2936</a></li> <li>feat: Abstract out caching in discovery by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2946">pypa/virtualenv#2946</a></li> <li>CI: Add PyPy 3.11 to CI checks by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2934">pypa/virtualenv#2934</a></li> <li>feat: Decouple <code>FileCache</code> from <code>py_info</code> by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2947">pypa/virtualenv#2947</a></li> <li>feat: Remove references to py_info from FileCache by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2948">pypa/virtualenv#2948</a></li> <li>refactor: Decouple discovery from creator plugins by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2949">pypa/virtualenv#2949</a></li> <li>refactor: Decouple discovery by duplicating info utils by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2951">pypa/virtualenv#2951</a></li> <li>fix: Python in <code>PATH</code> takes precedence over uv-managed Pythons by <a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2952">pypa/virtualenv#2952</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/2950">pypa/virtualenv#2950</a></li> <li>Bump pip to 25.2 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2953">pypa/virtualenv#2953</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0">https://github.com/pypa/virtualenv/compare/20.33.1...20.34.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.34.0 (2025-08-13)</h2> <p>Features - 20.34.0</p> <pre><code>- Abstract out caching in discovery - by :user:`esafak`. Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`. Remove references to py_info in FileCache - by :user:`esafak`. Decouple discovery from creator plugins - by :user:`esafak`. Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`) - Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`) <p>Bugfixes - 20.34.0 </code></pre></p> <ul> <li>Upgrade embedded wheel pip to <code>25.2</code> from <code>25.1.1</code> - by :user:<code>gaborbernat</code>. (:issue:<code>2333</code>)</li> <li>Accept RuntimeError in <code>test_too_many_open_files</code>, by :user:<code>esafak</code> (:issue:<code>2935</code>)</li> <li>Python in PATH takes precedence over uv-managed python. Contributed by :user:<code>edgarrmondragon</code>. (:issue:<code>2952</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/a1ed8bb99695dc9b50fea0a22c54e4f77bde08f9"><code>a1ed8bb</code></a> release 20.34.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/9ef8512ad37bab844e917c527a4320dbd2f7a019"><code>9ef8512</code></a> Squash changelog entry for 2074</li> <li><a href="https://github.com/pypa/virtualenv/commit/9b285ef4007fa4294998353fc6bb3fe79578e17f"><code>9b285ef</code></a> Bump pip to 25.2 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2953">#2953</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/e45a50988342db5a038801f0641d37741305da31"><code>e45a509</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2950">#2950</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/dfdae19f9f49e9695b4641bfee8a9cd7f5f0f262"><code>dfdae19</code></a> fix: Python in <code>PATH</code> takes precedence over uv-managed Pythons (<a href="https://redirect.github.com/pypa/virtualenv/issues/2952">#2952</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/1f4c76ef6ee65cef6278c55615ef14d32b25f5be"><code>1f4c76e</code></a> refactor: Decouple discovery by duplicating info utils (<a href="https://redirect.github.com/pypa/virtualenv/issues/2951">#2951</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/c41da722495888cdcd89ac09516560d096508644"><code>c41da72</code></a> refactor: Decouple discovery from creator plugins (<a href="https://redirect.github.com/pypa/virtualenv/issues/2949">#2949</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/02ae86f85758e70df8e979d2bc8808d29341c6f2"><code>02ae86f</code></a> feat: Remove references to py_info from FileCache (<a href="https://redirect.github.com/pypa/virtualenv/issues/2948">#2948</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/03f4800e8062d98742bb354c51897a9815b066e9"><code>03f4800</code></a> feat: Decouple <code>FileCache</code> from <code>py_info</code> (<a href="https://redirect.github.com/pypa/virtualenv/issues/2947">#2947</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/d280b7615baa46c5a627518fa577f67ecc863e9a"><code>d280b76</code></a> CI: Add PyPy 3.11 to CI checks (<a href="https://redirect.github.com/pypa/virtualenv/issues/2934">#2934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.33.1...20.34.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 [valkey](https://github.com/valkey-io/valkey-py) from 6.1.0 to 6.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/valkey-io/valkey-py/releases">valkey's releases</a>.</em></p> <blockquote> <h2>v6.1.1</h2> <h2>What's Changed</h2> <ul> <li>tests: Use fork instead of forkserver by <a href="https://github.com/bugant"><code>@bugant</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/174">valkey-io/valkey-py#174</a></li> <li>build(deps): bump rojopolis/spellcheck-github-actions from 0.45.0 to 0.47.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/177">valkey-io/valkey-py#177</a></li> <li>github: fix caching the docker images by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/176">valkey-io/valkey-py#176</a></li> <li>chore: add kwargs type by <a href="https://github.com/SaidBySolo"><code>@SaidBySolo</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/186">valkey-io/valkey-py#186</a></li> <li>Drop support for Python 3.8 and disable tests broken in 8.1.0..8.1.1 by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/193">valkey-io/valkey-py#193</a></li> <li>fix: prevent RuntimeError in <code>asyncio.cluster.NodesManager.initialize()</code> by <a href="https://github.com/jakob-keller"><code>@jakob-keller</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/184">valkey-io/valkey-py#184</a></li> <li>build(deps): bump rojopolis/spellcheck-github-actions from 0.47.0 to 0.48.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/192">valkey-io/valkey-py#192</a></li> <li>Handle closing connection when event loop is closed by <a href="https://github.com/alisaifee"><code>@alisaifee</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/180">valkey-io/valkey-py#180</a></li> <li>tests: use <code>sorted(...)</code> instead of <code>.sort()</code> by <a href="https://github.com/Kakadus"><code>@Kakadus</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/194">valkey-io/valkey-py#194</a></li> <li>fix dependency <code>async-timeout</code> env marker by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/195">valkey-io/valkey-py#195</a></li> <li>Fix redis links in README.md by <a href="https://github.com/IvanVas"><code>@IvanVas</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/196">valkey-io/valkey-py#196</a></li> <li>build(deps): bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/199">valkey-io/valkey-py#199</a></li> <li>v6.1.1b1 by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/202">valkey-io/valkey-py#202</a></li> <li>docs: fix OpenTelemetry documentation by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/203">valkey-io/valkey-py#203</a></li> <li>Improve typing hints in valkey/connection.py by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/200">valkey-io/valkey-py#200</a></li> <li>connection: reintroduce parse_url as a function in valkey.connection by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/206">valkey-io/valkey-py#206</a></li> <li>build(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/207">valkey-io/valkey-py#207</a></li> <li>Spelling by <a href="https://github.com/jsoref"><code>@jsoref</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/204">valkey-io/valkey-py#204</a></li> <li>6.1.1b2 by <a href="https://github.com/bogdanp05"><code>@bogdanp05</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/208">valkey-io/valkey-py#208</a></li> <li>Documentation fixes by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/212">valkey-io/valkey-py#212</a></li> <li>v6.1.1b3 by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/213">valkey-io/valkey-py#213</a></li> <li>v6.1.1 by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/215">valkey-io/valkey-py#215</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bugant"><code>@bugant</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/174">valkey-io/valkey-py#174</a></li> <li><a href="https://github.com/SaidBySolo"><code>@SaidBySolo</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/186">valkey-io/valkey-py#186</a></li> <li><a href="https://github.com/jakob-keller"><code>@jakob-keller</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/184">valkey-io/valkey-py#184</a></li> <li><a href="https://github.com/alisaifee"><code>@alisaifee</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/180">valkey-io/valkey-py#180</a></li> <li><a href="https://github.com/trim21"><code>@trim21</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/195">valkey-io/valkey-py#195</a></li> <li><a href="https://github.com/IvanVas"><code>@IvanVas</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/196">valkey-io/valkey-py#196</a></li> <li><a href="https://github.com/jsoref"><code>@jsoref</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/204">valkey-io/valkey-py#204</a></li> <li><a href="https://github.com/bogdanp05"><code>@bogdanp05</code></a> made their first contribution in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/208">valkey-io/valkey-py#208</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/valkey-io/valkey-py/compare/v6.1.0...v6.1.1">https://github.com/valkey-io/valkey-py/compare/v6.1.0...v6.1.1</a></p> <h2>v6.1.1b3</h2> <h2>What's Changed</h2> <ul> <li>Documentation fixes by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/212">valkey-io/valkey-py#212</a></li> <li>v6.1.1b3 by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/213">valkey-io/valkey-py#213</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/valkey-io/valkey-py/compare/v6.1.1b2...v6.1.1b3">https://github.com/valkey-io/valkey-py/compare/v6.1.1b2...v6.1.1b3</a></p> <h2>v6.1.1b2</h2> <h2>What's Changed</h2> <ul> <li>docs: fix OpenTelemetry documentation by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/203">valkey-io/valkey-py#203</a></li> <li>Improve typing hints in valkey/connection.py by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/200">valkey-io/valkey-py#200</a></li> <li>connection: reintroduce parse_url as a function in valkey.connection by <a href="https://github.com/mkmkme"><code>@mkmkme</code></a> in <a href="https://redirect.github.com/valkey-io/valkey-py/pull/206">valkey-io/valkey-py#206</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valkey-io/valkey-py/commit/76a5e8662a057864e61276e8b026298cc41518d0"><code>76a5e86</code></a> Merge pull request <a href="https://redirect.github.com/valkey-io/valkey-py/issues/215">#215</a> from valkey-io/mkmkme/6.1.1</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/c5f561b2a9a6b8d4f300b50336d817f9d5f8837b"><code>c5f561b</code></a> v6.1.1</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/af14d2c92037df35ed993fe73e3e5496485f39c1"><code>af14d2c</code></a> Merge pull request <a href="https://redirect.github.com/valkey-io/valkey-py/issues/213">#213</a> from valkey-io/mkmkme/v6.1.1b3</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/b3c6507ab23da0ccb123d1e43a3c9a55c1fd9b41"><code>b3c6507</code></a> v6.1.1b3</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/1af9f646d8d8806d08b4a3ef6c78c0973286605e"><code>1af9f64</code></a> Merge pull request <a href="https://redirect.github.com/valkey-io/valkey-py/issues/212">#212</a> from valkey-io/mkmkme/doc-fixes</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/31d996fd2d1288cffd8bf7361c9dac28c6f91f52"><code>31d996f</code></a> commands: specify cluster mode in scan docstring</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/02ec4b0d890aa12a29b29e3d441ffcb617c55724"><code>02ec4b0</code></a> doc: Added link to Valkey Slack</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/501a459b9e56dddb7ba92f7677c2e83a64957bf1"><code>501a459</code></a> doc: fix minimum Python version</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/46bb06e8a8d0e5f4c62b5403c90a757082c038cf"><code>46bb06e</code></a> Merge pull request <a href="https://redirect.github.com/valkey-io/valkey-py/issues/208">#208</a> from valkey-io/bogdanp05/6.1.1b2</li> <li><a href="https://github.com/valkey-io/valkey-py/commit/ec38f0c3e0e1bc1051e56cda7ddf46c62b100cb4"><code>ec38f0c</code></a> 6.1.1b2</li> <li>Additional commits viewable in <a href="https://github.com/valkey-io/valkey-py/compare/v6.1.0...v6.1.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.3)
Can you help keep this open source service alive? 💖 Please sponsor : )