Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Bump virtualenv from 20.0.18 to 20.0.19#30

Merged
staticdev merged 1 commit intomasterfrom
c55adependabot/pip/virtualenv-20.0.19
May 3, 2020
Merged

Bump virtualenv from 20.0.18 to 20.0.19#30
staticdev merged 1 commit intomasterfrom
c55adependabot/pip/virtualenv-20.0.19

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 3, 2020

Bumps virtualenv from 20.0.18 to 20.0.19.

Changelog

Sourced from virtualenv's changelog.

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)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 3, 2020
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          289       289           
  Branches        70        70           
=========================================
  Hits           289       289           

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 4af398d...8d63d7b. Read the comment docs.

@staticdev staticdev closed this May 3, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@staticdev staticdev reopened this May 3, 2020
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.18 to 20.0.19.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.0.18...20.0.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the c55adependabot/pip/virtualenv-20.0.19 branch from 8d63d7b to 64779ef Compare May 3, 2020 15:36
@staticdev staticdev merged commit abe1c85 into master May 3, 2020
@dependabot-preview dependabot-preview bot deleted the c55adependabot/pip/virtualenv-20.0.19 branch May 3, 2020 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants