chore(pip-prod)(deps): bump virtualenv from 20.26.6 to 20.27.0 #306

Merged
dependabot[bot] merged 1 commits from dependabot/pip/virtualenv-20.27.0 into main 2024-10-18 18:49:23 +02:00
dependabot[bot] commented 2024-10-18 18:46:44 +02:00 (Migrated from github.com)

Bumps virtualenv from 20.26.6 to 20.27.0.

Release notes

Sourced from virtualenv's releases.

20.27.0

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.5...20.27.0

Changelog

Sourced from virtualenv's changelog.

v20.27.0 (2024-10-17)

Features - 20.27.0

- Drop 3.7 support as the CI environments no longer allow it running - by :user:`gaborbernat`. (:issue:`2758`)

Bugfixes - 20.27.0

  • When a $PATH entry cannot be checked for existence, skip it instead of terminating - by :user:hroncok. (:issue:2782)

  • Upgrade embedded wheels:

    • setuptools to 75.2.0 from 75.1.0
    • Removed pip of 24.0
    • Removed setuptools of 68.0.0
    • Removed wheel of 0.42.0
    • by :user:gaborbernat. (:issue:2783)
  • Fix zipapp is broken on Windows post distlib 0.3.9 - by :user:gaborbernat. (:issue:2784)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 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> </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> </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>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.26.6...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.6&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>
luketainton (Migrated from github.com) reviewed 2024-10-18 18:46:44 +02:00
sonarqubecloud[bot] commented 2024-10-18 18:48:16 +02:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=306) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=306&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=306&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=306&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=306&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=306&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=306)
Sign in to join this conversation.
No description provided.