chore(pip-dev)(deps-dev): bump virtualenv from 20.27.1 to 20.28.0 #414

Merged
dependabot[bot] merged 1 commits from dependabot/pip/virtualenv-20.28.0 into main 2024-11-27 03:59:38 +01:00
dependabot[bot] commented 2024-11-26 16:52:48 +01:00 (Migrated from github.com)

Bumps virtualenv from 20.27.1 to 20.28.0.

Release notes

Sourced from virtualenv's releases.

20.28.0

What's Changed

Full Changelog: https://github.com/pypa/virtualenv/compare/20.27.2...20.28.0

20.27.2

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/virtualenv/compare/20.27.1...20.27.2

Changelog

Sourced from virtualenv's changelog.

v20.28.0 (2024-11-25)

Features - 20.28.0

- Write CACHEDIR.TAG file on creation - by "user:`neilramsay`. (:issue:`2803`)

v20.27.2 (2024-11-25)

Bugfixes - 20.27.2

  • Upgrade embedded wheels:

    • setuptools to 75.3.0 from 75.2.0 (:issue:2798)
  • Upgrade embedded wheels:

    • wheel to 0.45.0 from 0.44.0
    • setuptools to 75.5.0 (:issue:2800)
  • no longer forcibly echo off during windows batch activation (:issue:2801)

  • Upgrade embedded wheels:

    • setuptools to 75.6.0 from 75.5.0
    • wheel to 0.45.1 from 0.45.0 (:issue:2804)
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.27.1 to 20.28.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.28.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix: Update run_with_catch log flushing by <a href="https://github.com/neilramsay"><code>@​neilramsay</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2806">pypa/virtualenv#2806</a></li> <li>feat: Write CACHEDIR.TAG file by <a href="https://github.com/neilramsay"><code>@​neilramsay</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2805">pypa/virtualenv#2805</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.27.2...20.28.0">https://github.com/pypa/virtualenv/compare/20.27.2...20.28.0</a></p> <h2>20.27.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.27.1 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2791">pypa/virtualenv#2791</a></li> <li>Upgrade setuptools to 75.3 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2798">pypa/virtualenv#2798</a></li> <li>Upgrade setuptools to 75.5 and wheel to 0.45 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2804">pypa/virtualenv#2804</a></li> <li>No longer forcibly echo off during windows batch activation by <a href="https://github.com/wiktorinox"><code>@​wiktorinox</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2801">pypa/virtualenv#2801</a></li> <li>feat: Write CACHEDIR.TAG file by <a href="https://github.com/neilramsay"><code>@​neilramsay</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2803">pypa/virtualenv#2803</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wiktorinox"><code>@​wiktorinox</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2801">pypa/virtualenv#2801</a></li> <li><a href="https://github.com/neilramsay"><code>@​neilramsay</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/2803">pypa/virtualenv#2803</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.27.1...20.27.2">https://github.com/pypa/virtualenv/compare/20.27.1...20.27.2</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.28.0 (2024-11-25)</h2> <p>Features - 20.28.0</p> <pre><code>- Write CACHEDIR.TAG file on creation - by &quot;user:`neilramsay`. (:issue:`2803`) <h2>v20.27.2 (2024-11-25)</h2> <p>Bugfixes - 20.27.2 </code></pre></p> <ul> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>75.3.0</code> from <code>75.2.0</code> (:issue:<code>2798</code>)</li> </ul> </li> <li> <p>Upgrade embedded wheels:</p> <ul> <li>wheel to <code>0.45.0</code> from <code>0.44.0</code></li> <li>setuptools to <code>75.5.0</code> (:issue:<code>2800</code>)</li> </ul> </li> <li> <p>no longer forcibly echo off during windows batch activation (:issue:<code>2801</code>)</p> </li> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>75.6.0</code> from <code>75.5.0</code></li> <li>wheel to <code>0.45.1</code> from <code>0.45.0</code> (:issue:<code>2804</code>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/bfc04e3616d66edc55a31b9627bc5ef35efdf62a"><code>bfc04e3</code></a> release 20.28.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/2a29a1b09b7502850ac123e9c51573ecd67a567e"><code>2a29a1b</code></a> feat: Write CACHEDIR.TAG file (<a href="https://redirect.github.com/pypa/virtualenv/issues/2805">#2805</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/d619967f7b1cb75a441a5a21c3320a9b4a617a65"><code>d619967</code></a> fix: Update run_with_catch log flushing (<a href="https://redirect.github.com/pypa/virtualenv/issues/2806">#2806</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/f74c00077ae13634d46ac7470108648915c31efe"><code>f74c000</code></a> release 20.27.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/6f70bf50fce097c20d5651e0dbfea21eff6edc5c"><code>6f70bf5</code></a> Revert &quot;feat: Write CACHEDIR.TAG file (<a href="https://redirect.github.com/pypa/virtualenv/issues/2803">#2803</a>)&quot;</li> <li><a href="https://github.com/pypa/virtualenv/commit/f5d7cb40c186b861eac6adf7826a6dfbf3c99605"><code>f5d7cb4</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2799">#2799</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/be19526bc3e41661c39971e34e19ae111355a183"><code>be19526</code></a> feat: Write CACHEDIR.TAG file (<a href="https://redirect.github.com/pypa/virtualenv/issues/2803">#2803</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/b3e2b6f5b8b0953b9c3d5a383687530442e628ad"><code>b3e2b6f</code></a> No longer forcibly echo off during windows batch activation (<a href="https://redirect.github.com/pypa/virtualenv/issues/2801">#2801</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/fd6c16bc43b891d2f94abdb75a712c9fa9ee1686"><code>fd6c16b</code></a> Bump astral-sh/setup-uv from 3 to 4 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2802">#2802</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/898abfd417a37d5de119eebf8be2f7d3af7b0483"><code>898abfd</code></a> Upgrade setuptools to 75.5 and wheel to 0.45 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2804">#2804</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.27.1...20.28.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.27.1&new-version=20.28.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-11-26 16:52:48 +01:00
sonarqubecloud[bot] commented 2024-11-26 16:54:03 +01: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_webexmemebot&pullRequest=414) **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_webexmemebot&pullRequest=414&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_webexmemebot&pullRequest=414&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_webexmemebot&pullRequest=414&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_webexmemebot&pullRequest=414&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_webexmemebot&pullRequest=414&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=414)
Sign in to join this conversation.
No description provided.