Skip to content

Commit 1acf8c9

Browse files
Bump virtualenv from 20.30.0 to 20.31.1 (#10835)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30.0 to 20.31.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.31.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.31.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2879">pypa/virtualenv#2879</a></li> <li>Bump setuptools and pip by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2880">pypa/virtualenv#2880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.31.0...20.31.1">https://github.com/pypa/virtualenv/compare/20.31.0...20.31.1</a></p> <h2>20.31.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.30.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2864">pypa/virtualenv#2864</a></li> <li>Stop including 'wheel', setuptools 70.1 has native bdist_wheel support by <a href="https://github.com/stefanor"><code>@​stefanor</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2868">pypa/virtualenv#2868</a></li> <li>Revert a large part of the wheel removal, to support Python 3.8 by <a href="https://github.com/stefanor"><code>@​stefanor</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2876">pypa/virtualenv#2876</a></li> <li>Fix HelpFormatter for Python 3.14 by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2878">pypa/virtualenv#2878</a></li> <li>Fix get_embed_wheel for unknown wheels by <a href="https://github.com/tiran"><code>@​tiran</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2877">pypa/virtualenv#2877</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2878">pypa/virtualenv#2878</a></li> <li><a href="https://github.com/tiran"><code>@​tiran</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2877">pypa/virtualenv#2877</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.30.0...20.31.0">https://github.com/pypa/virtualenv/compare/20.30.0...20.31.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.31.1 (2025-05-05)</h2> <p>Bugfixes - 20.31.1</p> <pre><code>- Upgrade embedded wheels: <ul> <li>pip to <code>25.1.1</code> from <code>25.1</code></li> <li>setuptools to <code>80.3.1</code> from <code>78.1.0</code> (:issue:<code>2880</code>)</li> </ul> <h2>v20.31.0 (2025-05-05)</h2> <p>Features - 20.31.0 </code></pre></p> <ul> <li>No longer bundle <code>wheel</code> wheels (except on Python 3.8), <code>setuptools</code> includes native <code>bdist_wheel</code> support. Update <code>pip</code> to <code>25.1</code>. (:issue:<code>2868</code>)</li> </ul> <p>Bugfixes - 20.31.0</p> <pre><code>- ``get_embed_wheel()`` no longer fails with a :exc:`TypeError` when it is called with an unknown *distribution*. (:issue:`2877`) - Fix ``HelpFormatter`` error with Python 3.14.0b1. (:issue:`2878`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/572aa2319783c58d2729dd94a0e3fb5435d62ff3"><code>572aa23</code></a> release 20.31.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/715268e5fb0a323690b722efcd2e2cf5a14cd5ba"><code>715268e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2880">#2880</a> from gaborbernat/main</li> <li><a href="https://github.com/pypa/virtualenv/commit/472157d7ad566dc999948f7d87d9ec5dc6508806"><code>472157d</code></a> Bump setuptools and pip</li> <li><a href="https://github.com/pypa/virtualenv/commit/f7d440dc29c0a6c6d29c1fdd4ddf65b7b10daa0b"><code>f7d440d</code></a> release 20.31.0 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2879">#2879</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/2b7ea303bcd64959f88f2617ebba74a6e2ecb646"><code>2b7ea30</code></a> release 20.31.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/a2e76cb116adfc20d05623b4fa075e4ca222cf6e"><code>a2e76cb</code></a> Fix get_embed_wheel for unknown wheels (<a href="https://redirect.github.com/pypa/virtualenv/issues/2877">#2877</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/6d262846c5b4c32a8038005e03aededadbec9013"><code>6d26284</code></a> Fix HelpFormatter for Python 3.14 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2878">#2878</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/9ee93da5b16e0f96dce8d4a1f6b44d219d697afd"><code>9ee93da</code></a> Revert a large part of the wheel removal, to support Python 3.8 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2876">#2876</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/f900bb66c1d5f6725802915b6c7e1a54bb77d81c"><code>f900bb6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2875">#2875</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/3fa94b7147f92cb56b69de235de5d5adf156ee56"><code>3fa94b7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2868">#2868</a> from stefanor/no-wheel</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.30.0...20.31.1">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.30.0&new-version=20.31.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7dfe126 commit 1acf8c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
280280
# -r requirements/lint.in
281281
valkey==6.1.0
282282
# via -r requirements/lint.in
283-
virtualenv==20.30.0
283+
virtualenv==20.31.1
284284
# via pre-commit
285285
wait-for-it==2.3.0
286286
# via -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
271271
# -r requirements/lint.in
272272
valkey==6.1.0
273273
# via -r requirements/lint.in
274-
virtualenv==20.30.0
274+
virtualenv==20.31.1
275275
# via pre-commit
276276
wait-for-it==2.3.0
277277
# via -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
113113
# via -r requirements/lint.in
114114
valkey==6.1.0
115115
# via -r requirements/lint.in
116-
virtualenv==20.30.0
116+
virtualenv==20.31.1
117117
# via pre-commit
118118
zlib-ng==0.5.1
119119
# via -r requirements/lint.in

0 commit comments

Comments
 (0)