Skip to content

Commit 3a1acee

Browse files
Bump virtualenv from 21.3.1 to 21.3.2 (#12514)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.3.1 to 21.3.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>21.3.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>add 3.16 to embedded wheel versions by <a href="https://github.com/asottile"><code>@​asottile</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/3140">pypa/virtualenv#3140</a></li> <li>🐛 fix(upgrade): regen embedded init with correct MAX and 3.16 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/3143">pypa/virtualenv#3143</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/21.3.1...21.3.2">https://github.com/pypa/virtualenv/compare/21.3.1...21.3.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> <p>################# Release History #################</p> <p>.. towncrier-draft-entries:: [UNRELEASED DRAFT]</p> <p>.. towncrier release notes start</p> <hr /> <p>v21.3.2 (2026-05-12)</p> <hr /> <p>No significant changes.</p> <hr /> <p>v21.3.1 (2026-05-05)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/8531d47ff3e78492d0c1eb7d1159750e91176b67"><code>8531d47</code></a> release 21.3.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/afefada9505d4fe67805244c31c5761e4c6c2622"><code>afefada</code></a> 🐛 fix(upgrade): regen embedded init with correct MAX and 3.16 (<a href="https://redirect.github.com/pypa/virtualenv/issues/3143">#3143</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/7e270411ebf5739dfc63998a9084dc2bfd2d467b"><code>7e27041</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/3141">#3141</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/214934c9606ef792e42580109cbdff940a62f034"><code>214934c</code></a> add 3.16 to embedded wheel versions (<a href="https://redirect.github.com/pypa/virtualenv/issues/3140">#3140</a>)</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/21.3.1...21.3.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=21.3.1&new-version=21.3.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 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>
1 parent 9bc498b commit 3a1acee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
306306
# -r requirements/lint.in
307307
valkey==6.1.1
308308
# via -r requirements/lint.in
309-
virtualenv==21.3.1
309+
virtualenv==21.3.2
310310
# via pre-commit
311311
wait-for-it==2.3.0
312312
# via -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
296296
# -r requirements/lint.in
297297
valkey==6.1.1
298298
# via -r requirements/lint.in
299-
virtualenv==21.3.1
299+
virtualenv==21.3.2
300300
# via pre-commit
301301
wait-for-it==2.3.0
302302
# via -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
166166
# via -r requirements/lint.in
167167
valkey==6.1.1
168168
# via -r requirements/lint.in
169-
virtualenv==21.3.1
169+
virtualenv==21.3.2
170170
# via pre-commit
171171
yarl==1.23.0
172172
# via aiohttp

0 commit comments

Comments
 (0)