Skip to content

Commit 5f34c3b

Browse files
Bump virtualenv from 20.28.1 to 20.29.0 (#10328)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.28.1 to 20.29.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.29.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.28.1 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2818">pypa/virtualenv#2818</a></li> <li>Makes --python command-line flag take precedence over env var by <a href="https://github.com/filiplajszczak"><code>@​filiplajszczak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2821">pypa/virtualenv#2821</a></li> <li>Add free-threaded Python support by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2809">pypa/virtualenv#2809</a></li> <li>Upgrade embeded setuptools by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2823">pypa/virtualenv#2823</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/filiplajszczak"><code>@​filiplajszczak</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2821">pypa/virtualenv#2821</a></li> <li><a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2809">pypa/virtualenv#2809</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.28.1...20.29.0">https://github.com/pypa/virtualenv/compare/20.28.1...20.29.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.29.0 (2025-01-15)</h2> <p>Features - 20.29.0</p> <pre><code>- Add support for selecting free-threaded Python interpreters, e.g., `python3.13t`. (:issue:`2809`) <p>Bugfixes - 20.29.0 </code></pre></p> <ul> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>75.8.0</code> from <code>75.6.0</code> (:issue:<code>2823</code>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/0f6dc41fe3bb598dc485e045dcfe94dfc39e5f99"><code>0f6dc41</code></a> release 20.29.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/ea5e5cbbd994639fc2935cd29b43a1717f9b8cef"><code>ea5e5cb</code></a> Upgrade embeded setuptools (<a href="https://redirect.github.com/pypa/virtualenv/issues/2823">#2823</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/b00d59c9308fc0feaf3ea8e62bb2b6223c48c01e"><code>b00d59c</code></a> Add free-threaded Python support (<a href="https://redirect.github.com/pypa/virtualenv/issues/2809">#2809</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/bc7a91a5ad0c3d2db52d0976f08c791604cba9c7"><code>bc7a91a</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2821">#2821</a> from filiplajszczak/cli-precedence-2285</li> <li><a href="https://github.com/pypa/virtualenv/commit/11995e7348c1813dd210bde7b4d7d277dce5bfbe"><code>11995e7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2819">#2819</a> from pypa/pre-commit-ci-update-config</li> <li><a href="https://github.com/pypa/virtualenv/commit/dc016868118749f097f9647c02d6657919a4e34a"><code>dc01686</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pypa/virtualenv/commit/7f450c3e1d9f814ddbe0692363f3916eb6ef96d8"><code>7f450c3</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2818">#2818</a> from pypa/release-20.28.1</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.28.1...20.29.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.28.1&new-version=20.29.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 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 49be382 commit 5f34c3b

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
@@ -266,7 +266,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
266266
# -r requirements/lint.in
267267
valkey==6.0.2
268268
# via -r requirements/lint.in
269-
virtualenv==20.28.1
269+
virtualenv==20.29.0
270270
# via pre-commit
271271
wait-for-it==2.3.0
272272
# via -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
257257
# -r requirements/lint.in
258258
valkey==6.0.2
259259
# via -r requirements/lint.in
260-
virtualenv==20.28.1
260+
virtualenv==20.29.0
261261
# via pre-commit
262262
wait-for-it==2.3.0
263263
# via -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ uvloop==0.21.0 ; platform_system != "Windows"
102102
# via -r requirements/lint.in
103103
valkey==6.0.2
104104
# via -r requirements/lint.in
105-
virtualenv==20.28.1
105+
virtualenv==20.29.0
106106
# via pre-commit

0 commit comments

Comments
 (0)