Skip to content

Commit

Permalink
Merge #468
Browse files Browse the repository at this point in the history
468: build(deps): bump virtualenv from 20.11.0 to 20.11.2 r=ChrisRBe a=dependabot[bot]

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.11.0 to 20.11.2.
<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.11.2 (2021-12-29)</h2>
<p>Bugfixes - 20.11.2</p>
<pre><code>- Fix installation of pinned versions of ``pip``, ``setuptools`` &amp; ``wheel`` - by :user:`mayeut`. (`[#2203](pypa/virtualenv#2203) &lt;https://github.com/pypa/virtualenv/issues/2203&gt;`_)
<h2>v20.11.1 (2021-12-29)</h2>
<p>Bugfixes - 20.11.1
</code></pre></p>
<ul>
<li>Bump embed setuptools to <code>60.1.1</code> from <code>60.1.0</code> - by :user:<code>gaborbernat</code>. (<code>[#2258](pypa/virtualenv#2258) &lt;https://github.com/pypa/virtualenv/issues/2258&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/virtualenv/commit/b33e0ef37800ef24ae67a6bf7f8a68e3221c9685"><code>b33e0ef</code></a> release 20.11.2</li>
<li><a href="https://github.com/pypa/virtualenv/commit/c3c4f7a2e9626bb70fdbe07bbb525af9ced5997f"><code>c3c4f7a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2256">#2256</a> from mayeut/seed-version</li>
<li><a href="https://github.com/pypa/virtualenv/commit/111dfd48d252edd8654fcc09a59f5bd5de9ce9fd"><code>111dfd4</code></a> PR Feedback</li>
<li><a href="https://github.com/pypa/virtualenv/commit/dbb6347e23ab30196d05fc3f0102a704b80d7a49"><code>dbb6347</code></a> fix: pinned version are not working once periodic / manual updates kick-in</li>
<li><a href="https://github.com/pypa/virtualenv/commit/7307ea1cf37bad6e4508925ae14587fde7a6c6de"><code>7307ea1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2259">#2259</a> from pypa/release-20.11.1</li>
<li><a href="https://github.com/pypa/virtualenv/commit/4d90b4f905f5d6bd6bbc2721bbfe4f938845f2b4"><code>4d90b4f</code></a> release 20.11.1</li>
<li><a href="https://github.com/pypa/virtualenv/commit/1594bae43e0405ceb58a862cea9d9d847c679398"><code>1594bae</code></a> Upgrade embed setuptools to 60.1.1 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2258">#2258</a>)</li>
<li><a href="https://github.com/pypa/virtualenv/commit/21bd7cbf379ff6c6c80276875f84ff2d8695334f"><code>21bd7cb</code></a> Update changelog.rst</li>
<li><a href="https://github.com/pypa/virtualenv/commit/36a4a18bee79971741735ac7cb28275274616c6d"><code>36a4a18</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2255">#2255</a> from pypa/release-20.11.0</li>
<li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.11.0...20.11.2">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.11.0&new-version=20.11.2)](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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
qujingpengf and dependabot[bot] committed Dec 11, 2026
2 parents 879522b + f93bc60 commit 9b32330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ toml==0.10.2
typed-ast==1.5.1
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.11.0
virtualenv==20.11.2
wrapt==1.13.3

0 comments on commit 9b32330

Please sign in to comment.