Skip to content

Conversation

@dependabot-preview
Copy link

Bumps virtualenv from 20.0.6 to 20.0.21.

Changelog

Sourced from virtualenv's changelog.

v20.0.21 (2020-05-20)

Features - 20.0.21

  • Generate ignore file for version control systems to avoid tracking virtual environments by default. Users should remove these files if still want to track. For now we support only git by gaborbernat. (#1806)

Bugfixes - 20.0.21

  • Fix virtualenv fails sometimes when run concurrently, --clear-app-data conflicts with clear flag when abbreviation is turned on. To bypass this while allowing abbreviated flags on the command line we had to move it to reset-app-data - by gaborbernat. (#1824)
  • Upgrade embeded setuptools to 46.4.0 from 46.1.3 on Python 3.5+, and pip from 20.1 to 20.1.1 - by gaborbernat. (#1827)
  • Seeder pip now correctly handles --extra-search-dir - by frenzymadness. (#1834)

v20.0.20 (2020-05-04)

Bugfixes - 20.0.20

  • Fix download fails with python 3.4 - by gaborbernat. (#1809)
  • Fixes older CPython2 versions use _get_makefile_filename instead of get_makefile_filename on sysconfig - by ianw. (#1810)
  • Fix download is True by default - by gaborbernat. (#1813)
  • Fail app-data seed operation when wheel download fails and better error message - by gaborbernat. (#1814)

v20.0.19 (2020-05-03)

Bugfixes - 20.0.19

  • Fix generating a Python 2 environment from Python 3 creates invalid python activator - by gaborbernat. (#1776)
  • Fix pinning seed packages via app-data seeder raised Invalid Requirement - by gaborbernat. (#1779)
  • Do not stop interpreter discovery if we fail to find the system interpreter for a executable during discovery
    • by gaborbernat. (#1781)
  • On CPython2 POSIX platforms ensure syconfig.get_makefile_filename exists within the virtual environment (this is used by some c-extension based libraries - e.g. numpy - for building) - by gaborbernat. (#1783)
  • Better handling of options copies and symlinks. Introduce priority of where the option is set to follow the order: CLI, env var, file, hardcoded. If both set at same level prefers copy over symlink. - by gaborbernat. (#1784)
  • Upgrade pip for Python 2.7 and 3.5+ from 20.0.2 to 20.1 - by gaborbernat. (#1793)
  • Fix CPython is not discovered from Windows registry, and discover pythons from Windows registry in decreasing order by version - by gaborbernat. (#1796)
  • Fix symlink detection for creators - by asottile (#1803)

v20.0.18 (2020-04-16)

Bugfixes - 20.0.18

  • Importing setuptools before cli_run could cause our python information query to fail due to setuptools patching distutils.dist.Distribution - by gaborbernat. (#1771)
... (truncated)
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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.6 to 20.0.21.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.0.6...20.0.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 21, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2020

Codecov Report

Merging #495 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #495   +/-   ##
=======================================
  Coverage   90.84%   90.84%           
=======================================
  Files          50       50           
  Lines        6966     6966           
  Branches     1326     1326           
=======================================
  Hits         6328     6328           
  Misses        478      478           
  Partials      160      160           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ea55c7...f31e6a8. Read the comment docs.

@gsnedders gsnedders closed this Jun 9, 2020
@ambv ambv deleted the dependabot/pip/virtualenv-20.0.21 branch March 3, 2023 12:23
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants