Skip to content

[pull] master from aio-libs:master#472

Merged
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master
Feb 24, 2026
Merged

[pull] master from aio-libs:master#472
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 24, 2026

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 : )

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.38.0 to
20.39.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.39.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Move from extras to dependency-groups by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/3056">pypa/virtualenv#3056</a></li>
<li>🐛 fix(sdist): include tox.toml in sdist by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/3063">pypa/virtualenv#3063</a></li>
<li>🐛 fix(seed): add --ignore-installed to pip invoke seeder by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/3064">pypa/virtualenv#3064</a></li>
<li>👷 ci(brew): add missing Homebrew Python versions and fix discovery
by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/3066">pypa/virtualenv#3066</a></li>
<li>🧪 test(discovery): fix test_py_info_cache_clear outside venv by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/3065">pypa/virtualenv#3065</a></li>
<li>Add architecture (ISA) awareness to Python discovery by <a
href="https://github.com/rahuldevikar"><code>@​rahuldevikar</code></a>
in <a
href="https://redirect.github.com/pypa/virtualenv/pull/3058">pypa/virtualenv#3058</a></li>
<li>🐛 fix(discovery): resolve version-manager shims to real binaries by
<a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a>
in <a
href="https://redirect.github.com/pypa/virtualenv/pull/3067">pypa/virtualenv#3067</a></li>
<li>Add auto-upgrade workflow for embedded dependencies by <a
href="https://github.com/rahuldevikar"><code>@​rahuldevikar</code></a>
in <a
href="https://redirect.github.com/pypa/virtualenv/pull/3057">pypa/virtualenv#3057</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/virtualenv/compare/20.38.0...20.39.0">https://github.com/pypa/virtualenv/compare/20.38.0...20.39.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>
<h1>Features - 20.39.0</h1>
<ul>
<li>Automatically resolve version manager shims (pyenv, mise, asdf) to
the real Python binary during discovery, preventing
incorrect interpreter selection when shims are on <code>PATH</code> - by
:user:<code>gaborbernat</code>. (:issue:<code>3049</code>)</li>
<li>Add architecture (ISA) awareness to Python discovery — users can now
specify a CPU architecture suffix in the
<code>--python</code> spec string (e.g.
<code>cpython3.12-64-arm64</code>) to distinguish between interpreters
that share the same
version and bitness but target different architectures. Uses
<code>sysconfig.get_platform()</code> as the data source, with
cross-platform normalization (<code>amd64</code> ↔ <code>x86_64</code>,
<code>aarch64</code> ↔ <code>arm64</code>). Omitting the suffix
preserves existing
behavior - by :user:<code>rahuldevikar</code>.
(:issue:<code>3059</code>)</li>
</ul>
<hr />
<p>v20.38.0 (2026-02-19)</p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/virtualenv/commit/ad56e781957e47e2b74983bb0bcef2c19dd4e05c"><code>ad56e78</code></a>
release 20.39.0</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/ae90556d9da58eb0d3ae9e47af27478862f77099"><code>ae90556</code></a>
Add auto-upgrade workflow for embedded dependencies (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3057">#3057</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/4582e419f061339245138d541221f490243f5203"><code>4582e41</code></a>
🐛 fix(discovery): resolve version-manager shims to real binaries (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3067">#3067</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/e32d82d40b1a04b32ace376c5bc03a31af3b2967"><code>e32d82d</code></a>
Add architecture (ISA) awareness to Python discovery (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3058">#3058</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/f8f7f482f8e698a5f40622b322b9fe4fec6f549a"><code>f8f7f48</code></a>
🧪 test(discovery): fix test_py_info_cache_clear outside venv (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3065">#3065</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/c22b5482372216b131587d25af5dd49503d868cc"><code>c22b548</code></a>
👷 ci(brew): add missing Homebrew Python versions and fix discovery (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3066">#3066</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/a852cbba1386994a99eae1b34e2cc0eacc158167"><code>a852cbb</code></a>
🐛 fix(seed): add --ignore-installed to pip invoke seeder (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3064">#3064</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/6d22c9e3175af1a7a4a19a382fdc3da12eb2e6d6"><code>6d22c9e</code></a>
🐛 fix(sdist): include tox.toml in sdist (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3063">#3063</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/01e8f519fbde08c73fa1f518be28bd5cd69fe85a"><code>01e8f51</code></a>
Move from extras to dependency-groups (<a
href="https://redirect.github.com/pypa/virtualenv/issues/3056">#3056</a>)</li>
<li>See full diff in <a
href="https://github.com/pypa/virtualenv/compare/20.38.0...20.39.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.38.0&new-version=20.39.0)](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>
@pull pull bot locked and limited conversation to collaborators Feb 24, 2026
@pull pull bot added the ⤵️ pull label Feb 24, 2026
@pull pull bot merged commit e4d65ff into tj-python:master Feb 24, 2026
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants