Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump virtualenv from 20.8.0 to 20.8.1 #65

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2021

Bumps virtualenv from 20.8.0 to 20.8.1.

Changelog

Sourced from virtualenv's changelog.

v20.8.1 (2021-09-24)

Bugfixes - 20.8.1

- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded
  wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint
  discovery - by :user:`arcivanov` (`[#2185](https://github.com/pypa/virtualenv/issues/2185) <https://github.com/pypa/virtualenv/issues/2185>`_)
- Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`[#2195](https://github.com/pypa/virtualenv/issues/2195) <https://github.com/pypa/virtualenv/issues/2195>`_)

Misc - 20.8.1

- `[#2189](https://github.com/pypa/virtualenv/issues/2189) &lt;https://github.com/pypa/virtualenv/issues/2189&gt;`_
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pypa/virtualenv/commit/433840821a5d2a2308eb84a53bac95efdfacbe7c&quot;&gt;&lt;code&gt;4338408&lt;/code&gt;&lt;/a> release 20.8.1</li>
<li><a href="https://github.com/pypa/virtualenv/commit/e13ea2a7c65f233df0bc526ae073c01747258de8&quot;&gt;&lt;code&gt;e13ea2a&lt;/code&gt;&lt;/a> During seeding properly uninstall present versions of the wheels (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2186&quot;&gt;#2186&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pypa/virtualenv/commit/3b9d95481a7bb8ce98bc3118416ba6cbbedf99b4&quot;&gt;&lt;code&gt;3b9d954&lt;/code&gt;&lt;/a> Bump embed setuptools to 58.1.0 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2195&quot;&gt;#2195&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pypa/virtualenv/commit/40d2f1833bab94fa2cad852c5b9e31d42c66d570&quot;&gt;&lt;code&gt;40d2f18&lt;/code&gt;&lt;/a> Fail early instead of creating non-working env (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2189&quot;&gt;#2189&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pypa/virtualenv/commit/9e03c945fbf22cb1384d944f874180292c1018d4&quot;&gt;&lt;code&gt;9e03c94&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2192&quot;&gt;#2192&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pypa/virtualenv/commit/2151d385094c4f320cd2484eb9bcf3272cea2cc3&quot;&gt;&lt;code&gt;2151d38&lt;/code&gt;&lt;/a> Improve prompt nushell (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2190&quot;&gt;#2190&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pypa/virtualenv/commit/d810ce1c0613d1b955576bca644335b7a00b5bc0&quot;&gt;&lt;code&gt;d810ce1&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2184&quot;&gt;#2184&lt;/a> from pypa/release-20.8.0</li>
<li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.8.0...20.8.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 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.8.0 to 20.8.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.8.0...20.8.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 30, 2021
@LuisAlejandro LuisAlejandro merged commit 5da235e into develop Sep 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/virtualenv-20.8.1 branch September 30, 2021 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant