Skip to content

Commit

Permalink
Bump virtualenv from 20.28.0 to 20.28.1 (#10292)
Browse files Browse the repository at this point in the history
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.28.0 to
20.28.1.
<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.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>release 20.28.0 by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/2807">pypa/virtualenv#2807</a></li>
<li>Skip tcsh tests on broken tcsh versions by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/2817">pypa/virtualenv#2817</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/virtualenv/compare/20.28.0...20.28.1">https://github.com/pypa/virtualenv/compare/20.28.0...20.28.1</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.1 (2025-01-02)</h2>
<p>Bugfixes - 20.28.1</p>
<pre><code>- Skip tcsh tests on broken tcsh versions - by
:user:`gaborbernat`. (:issue:`2814`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/virtualenv/commit/25f561510d9500d4fd6c19b58d9a79e97f8687f7"><code>25f5615</code></a>
release 20.28.1</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/eb8c7c3bc1ddde4e86d8da1f11e6df0dc615ddc8"><code>eb8c7c3</code></a>
Skip tcsh tests on broken tcsh versions (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2817">#2817</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/baf2da4bad9d5f5d91ac130589024d0a40062d8b"><code>baf2da4</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2810">#2810</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/2f5569cd7796ab3f7080d5d27bf769fd466b2e0d"><code>2f5569c</code></a>
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2813">#2813</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/9098223724f00e3eba47fb5fc35a0c880a0b6972"><code>9098223</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/virtualenv/issues/2807">#2807</a>
from pypa/release-20.28.0</li>
<li>See full diff in <a
href="https://github.com/pypa/virtualenv/compare/20.28.0...20.28.1">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.28.0&new-version=20.28.1)](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
dependabot[bot] authored Jan 3, 2025
1 parent 5cb5d96 commit bd9a636
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 @@ -266,7 +266,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.28.0
virtualenv==20.28.1
# via pre-commit
wait-for-it==2.3.0
# 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 @@ -257,7 +257,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.28.0
virtualenv==20.28.1
# via pre-commit
wait-for-it==2.3.0
# 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 @@ -102,5 +102,5 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.28.0
virtualenv==20.28.1
# via pre-commit

0 comments on commit bd9a636

Please sign in to comment.