Skip to content

Commit 3d11b55

Browse files
Bump virtualenv from 20.29.3 to 20.30.0 (#10669)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.3 to 20.30.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.30.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.29.3 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2855">pypa/virtualenv#2855</a></li> <li>Add GraalPy support by <a href="https://github.com/timfel"><code>@​timfel</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2859">pypa/virtualenv#2859</a></li> <li>Upgrade setuptools by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2863">pypa/virtualenv#2863</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timfel"><code>@​timfel</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2859">pypa/virtualenv#2859</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.29.3...20.30.0">https://github.com/pypa/virtualenv/compare/20.29.3...20.30.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.30.0 (2025-03-31)</h2> <p>Features - 20.30.0</p> <pre><code>- Add support for `GraalPy &lt;https://github.com/oracle/graalpython&gt;`_. (:issue:`2832`) <p>Bugfixes - 20.30.0 </code></pre></p> <ul> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>78.1.0</code> from <code>75.3.2</code> (:issue:<code>2863</code>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/04163aed5477b7f81acb30390e1ecc6d740b54ea"><code>04163ae</code></a> release 20.30.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/71adc15917e65d333e80e274a7f16f2192e3e16f"><code>71adc15</code></a> Upgrade setuptools (<a href="https://redirect.github.com/pypa/virtualenv/issues/2863">#2863</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/970b829037baa57f6dd79949f93d7f88e907d546"><code>970b829</code></a> Add GraalPy support (<a href="https://redirect.github.com/pypa/virtualenv/issues/2859">#2859</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/60a6956fea1d16ae1243e88417e1b4e56f4d1cde"><code>60a6956</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2858">#2858</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/0fe9b4c4f37dd3b32677942afb777eb14e61531b"><code>0fe9b4c</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2857">#2857</a> from pypa/pre-commit-ci-update-config</li> <li><a href="https://github.com/pypa/virtualenv/commit/4a6a1ff907331bb63b843ba6aa8bddecc51da665"><code>4a6a1ff</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pypa/virtualenv/commit/773a18552cb4179b840311bba4bb19edcefacbdb"><code>773a185</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2855">#2855</a> from pypa/release-20.29.3</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.29.3...20.30.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.29.3&new-version=20.30.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 d637ec9 commit 3d11b55

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
@@ -275,7 +275,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
275275
# -r requirements/lint.in
276276
valkey==6.1.0
277277
# via -r requirements/lint.in
278-
virtualenv==20.29.3
278+
virtualenv==20.30.0
279279
# via pre-commit
280280
wait-for-it==2.3.0
281281
# via -r requirements/test.in

requirements/dev.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" and implementation_name == "cpytho
266266
# -r requirements/lint.in
267267
valkey==6.1.0
268268
# via -r requirements/lint.in
269-
virtualenv==20.29.3
269+
virtualenv==20.30.0
270270
# via pre-commit
271271
wait-for-it==2.3.0
272272
# via -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ uvloop==0.21.0 ; platform_system != "Windows"
111111
# via -r requirements/lint.in
112112
valkey==6.1.0
113113
# via -r requirements/lint.in
114-
virtualenv==20.29.3
114+
virtualenv==20.30.0
115115
# via pre-commit

0 commit comments

Comments
 (0)