Skip to content

Commit

Permalink
Bump virtualenv from 20.26.6 to 20.27.0 (#9507)
Browse files Browse the repository at this point in the history
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 9fd3aa1 commit f9cc28a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.26.6
virtualenv==20.27.0
# via pre-commit
wait-for-it==2.2.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.26.6
virtualenv==20.27.0
# via pre-commit
wait-for-it==2.2.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.26.6
virtualenv==20.27.0
# via pre-commit

0 comments on commit f9cc28a

Please sign in to comment.