Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump virtualenv from 20.26.4 to 20.27.0 (#644)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to 20.27.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.27.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.26.6 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2772">pypa/virtualenv#2772</a></li> <li>docs: fix the documentation typo on Extend Functionality page. by <a href="https://github.com/Mr-Sunglasses"><code>@Mr-Sunglasses</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2773">pypa/virtualenv#2773</a></li> <li>Fix broken Windows zipapp and drop 3.7 support by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2783">pypa/virtualenv#2783</a></li> <li>Skip $PATH entries we cannot check rather than dying with PermissionError by <a href="https://github.com/hroncok"><code>@hroncok</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2782">pypa/virtualenv#2782</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Mr-Sunglasses"><code>@Mr-Sunglasses</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2773">pypa/virtualenv#2773</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.26.5...20.27.0">https://github.com/pypa/virtualenv/compare/20.26.5...20.27.0</a></p> <h2>20.26.6</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.26.5 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2766">pypa/virtualenv#2766</a></li> <li>Fix <a href="https://redirect.github.com/pypa/virtualenv/issues/2768">#2768</a>: Quote template strings in activation scripts by <a href="https://github.com/y5c4l3"><code>@y5c4l3</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2771">pypa/virtualenv#2771</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/y5c4l3"><code>@y5c4l3</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2771">pypa/virtualenv#2771</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6">https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6</a></p> <h2>20.26.5</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.26.4 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2761">pypa/virtualenv#2761</a></li> <li>Use uv over pip by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2765">pypa/virtualenv#2765</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5">https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5</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.27.0 (2024-10-17)</h2> <p>Features - 20.27.0</p> <pre><code>- Drop 3.7 support as the CI environments no longer allow it running - by :user:`gaborbernat`. (:issue:`2758`) <p>Bugfixes - 20.27.0 </code></pre></p> <ul> <li> <p>When a <code>$PATH</code> entry cannot be checked for existence, skip it instead of terminating - by :user:<code>hroncok</code>. (:issue:<code>2782</code>)</p> </li> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>75.2.0</code> from <code>75.1.0</code></li> <li>Removed pip of <code>24.0</code></li> <li>Removed setuptools of <code>68.0.0</code></li> <li>Removed wheel of <code>0.42.0</code></li> </ul> <ul> <li>by :user:<code>gaborbernat</code>. (:issue:<code>2783</code>)</li> </ul> </li> <li> <p>Fix zipapp is broken on Windows post distlib <code>0.3.9</code> - by :user:<code>gaborbernat</code>. (:issue:<code>2784</code>)</p> </li> </ul> <h2>v20.26.6 (2024-09-27)</h2> <p>Bugfixes - 20.26.6</p> <pre><code>- Properly quote string placeholders in activation script templates to mitigate potential command injection - by :user:`y5c4l3`. (:issue:`2768`) <h2>v20.26.5 (2024-09-17)</h2> <p>Bugfixes - 20.26.5 </code></pre></p> <ul> <li>Upgrade embedded wheels: setuptools to <code>75.1.0</code> from <code>74.1.2</code> - by :user:<code>gaborbernat</code>. (:issue:<code>2765</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/de4465f88bd769858d53f988198ab04bff4b328e"><code>de4465f</code></a> release 20.27.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/6f1605973a90bdc78cfd72560e24e460db103ab9"><code>6f16059</code></a> Skip $PATH entries we cannot check rather than dying with PermissionError (<a href="https://redirect.github.com/pypa/virtualenv/issues/2">#2</a>...</li> <li><a href="https://github.com/pypa/virtualenv/commit/f73a2f385316878d55e45980218d2e3c142aacb9"><code>f73a2f3</code></a> Fix broken Windows zipapp and drop 3.7 support (<a href="https://redirect.github.com/pypa/virtualenv/issues/2783">#2783</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/228b6152c053010b8160a3a13d2d84b10c99cf05"><code>228b615</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2781">#2781</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/b56d09248aecf584e985956185afb6745a7daac7"><code>b56d092</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2779">#2779</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/a4dff77fbf277686207c22b9a21b51685d54048e"><code>a4dff77</code></a> Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2777">#2777</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/da72caac974b9a7e88d58b73c51a7c611e81ff04"><code>da72caa</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2775">#2775</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/349eddcb7fbe525aa70d0a18eff12fc398b1ee1b"><code>349eddc</code></a> docs: fix the documentation typo on Extend Functionality page. (<a href="https://redirect.github.com/pypa/virtualenv/issues/2773">#2773</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/fe8ca142fdafc0fa576ca9261d1a4a4c246e2eba"><code>fe8ca14</code></a> release 20.26.6 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2772">#2772</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/86dddeda7c991f8529e1995bbff280fb7b761972"><code>86ddded</code></a> Fix <a href="https://redirect.github.com/pypa/virtualenv/issues/2768">#2768</a>: Quote template strings in activation scripts (<a href="https://redirect.github.com/pypa/virtualenv/issues/2771">#2771</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.26.4...20.27.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.26.4&new-version=20.27.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information