Skip to content

Commit 563f190

Browse files
Bump virtualenv from 20.31.1 to 20.31.2 (#10843)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.1 to 20.31.2. <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.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.31.1 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2882">pypa/virtualenv#2882</a></li> <li>Reintroduce the --wheel CLI option, even though it has no effect on Python &gt; 3.8 by <a href="https://github.com/hroncok"><code>@​hroncok</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2884">pypa/virtualenv#2884</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2">https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2</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.2 (2025-05-08)</h2> <p>No significant changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/91cf77181ce159d8de6250224781f7103e6d6661"><code>91cf771</code></a> release 20.31.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/9c4cd8e1a4744e4dc630b2ee35a506ad91ac4137"><code>9c4cd8e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2884">#2884</a> from hroncok/wheel-option-back</li> <li><a href="https://github.com/pypa/virtualenv/commit/e9b6ba728f44ffb84ca44a40b58508c3dd5f7b29"><code>e9b6ba7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2882">#2882</a> from pypa/release-20.31.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/71d6f0a03c36619ca6bc4f37711f8fb8b2894758"><code>71d6f0a</code></a> Update changelog.rst</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2">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.31.1&new-version=20.31.2)](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 1caddcf commit 563f190

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.31.1
283+
virtualenv==20.31.2
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.31.1
274+
virtualenv==20.31.2
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.31.1
116+
virtualenv==20.31.2
117117
# via pre-commit
118118
zlib-ng==0.5.1
119119
# via -r requirements/lint.in

0 commit comments

Comments
 (0)