Skip to content

Commit c73c1db

Browse files
Bump virtualenv from 20.29.0 to 20.29.1 (#10335)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.0 to 20.29.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.29.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.29.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2824">pypa/virtualenv#2824</a></li> <li>Simplify Solution to --python command-line flag precedence by <a href="https://github.com/DK96-OS"><code>@​DK96-OS</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2826">pypa/virtualenv#2826</a></li> <li>Change PyInfo cache versioning mechanism by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2827">pypa/virtualenv#2827</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DK96-OS"><code>@​DK96-OS</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2826">pypa/virtualenv#2826</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.29.0...20.29.1">https://github.com/pypa/virtualenv/compare/20.29.0...20.29.1</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.1 (2025-01-17)</h2> <p>Bugfixes - 20.29.1</p> <pre><code>- Fix PyInfo cache incompatbility warnings - by :user:`robsdedude`. (:issue:`2827`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/e07c0c370e136b16d249aaee30fb4c293041bdcf"><code>e07c0c3</code></a> release 20.29.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/61bee9fddf2a17d656a6c43645c4544b2eed7df3"><code>61bee9f</code></a> Add changelog for PyInfo fix</li> <li><a href="https://github.com/pypa/virtualenv/commit/fd0dc85b3b81f0c554c8fc3ecc8e62ee28b38f75"><code>fd0dc85</code></a> Change PyInfo cache versioning mechanism (<a href="https://redirect.github.com/pypa/virtualenv/issues/2827">#2827</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/56ef466dccdd97271a977736c26e81a47ef8ec56"><code>56ef466</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2826">#2826</a> from DK96-OS/cli-precedence-2285</li> <li><a href="https://github.com/pypa/virtualenv/commit/caf03a268e03a3453aa4058ec764b46370f0d543"><code>caf03a2</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2824">#2824</a> from pypa/release-20.29.0</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.29.0...20.29.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.29.0&new-version=20.29.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 d6f0bbc commit c73c1db

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
@@ -270,7 +270,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
270270
# -r requirements/lint.in
271271
valkey==6.0.2
272272
# via -r requirements/lint.in
273-
virtualenv==20.29.0
273+
virtualenv==20.29.1
274274
# via pre-commit
275275
wait-for-it==2.3.0
276276
# via -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
261261
# -r requirements/lint.in
262262
valkey==6.0.2
263263
# via -r requirements/lint.in
264-
virtualenv==20.29.0
264+
virtualenv==20.29.1
265265
# via pre-commit
266266
wait-for-it==2.3.0
267267
# 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.29.0
105+
virtualenv==20.29.1
106106
# via pre-commit

0 commit comments

Comments
 (0)