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.3 to 20.26.4 (#281)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.4. <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.26.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.26.3 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2742">pypa/virtualenv#2742</a></li> <li>Fix whitespace around backticks in changelog by <a href="https://github.com/edmorley"><code>@edmorley</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2751">pypa/virtualenv#2751</a></li> <li>Test latest Python 3.13 by <a href="https://github.com/hugovk"><code>@hugovk</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2752">pypa/virtualenv#2752</a></li> <li>Fix typo in Nushell activation script by <a href="https://github.com/edmorley"><code>@edmorley</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2754">pypa/virtualenv#2754</a></li> <li>GitHub Actions: Replace deprecated macos-12 with macos-13 by <a href="https://github.com/hugovk"><code>@hugovk</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2756">pypa/virtualenv#2756</a></li> <li>Fix <a href="https://redirect.github.com/pypa/virtualenv/issues/2728">#2728</a>: Activating venv create unwanted console output by <a href="https://github.com/ShootGan"><code>@ShootGan</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2748">pypa/virtualenv#2748</a></li> <li>Upgrade bundled wheels by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2760">pypa/virtualenv#2760</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ShootGan"><code>@ShootGan</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2748">pypa/virtualenv#2748</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4">https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4</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.26.4 (2024-09-07)</h2> <p>Bugfixes - 20.26.4</p> <pre><code>- no longer create `()` output in console during activation of a virtualenv by .bat file. (:issue:`2728`) - Upgrade embedded wheels: <ul> <li>wheel to <code>0.44.0</code> from <code>0.43.0</code></li> <li>pip to <code>24.2</code> from <code>24.1</code></li> <li>setuptools to <code>74.1.2</code> from <code>70.1.0</code> (:issue:<code>2760</code>) </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/dc9416acbb822a797e2b6b12efd5072160899540"><code>dc9416a</code></a> release 20.26.4</li> <li><a href="https://github.com/pypa/virtualenv/commit/d8f1b147f2fed19cffa53ac91ec1d5bd468c5bdb"><code>d8f1b14</code></a> Upgrade bundled wheels (<a href="https://redirect.github.com/pypa/virtualenv/issues/2760">#2760</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/374660b653c71a2ff81b4e7cbf3d938ac95f1f07"><code>374660b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2753">#2753</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/61e774fcd38cde063c4804c020d77267c3e8e11e"><code>61e774f</code></a> Fix <a href="https://redirect.github.com/pypa/virtualenv/issues/2728">#2728</a>: Activating venv create unwanted console output (<a href="https://redirect.github.com/pypa/virtualenv/issues/2748">#2748</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/38e02c8447421dd881cf55a00516ab9dcd82f695"><code>38e02c8</code></a> Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2757">#2757</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/77df0a0b0c54972ea4f41642771de2b6d1815dce"><code>77df0a0</code></a> GitHub Actions: Replace deprecated macos-12 with macos-13 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2756">#2756</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/265011a187100fec999420cd9ddcda75d35bfbff"><code>265011a</code></a> Fix typo in Nushell activation script (<a href="https://redirect.github.com/pypa/virtualenv/issues/2754">#2754</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/95c5eed96c225faff01ac2f108368e0c4303989b"><code>95c5eed</code></a> Test latest Python 3.13 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2752">#2752</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/805365be6d73cc9e18ffda62092938c6f6ea0387"><code>805365b</code></a> Fix whitespace around backticks in changelog (<a href="https://redirect.github.com/pypa/virtualenv/issues/2751">#2751</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/b6c052bdac73138251dc46abda6154f3a0bf8a14"><code>b6c052b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2743">#2743</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4">compare view</a></li> </ul> </details> <br /> [](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>
- Loading branch information