Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Bump virtualenv from 20.0.23 to 20.0.24 in /.github/workflows #92

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2020

Bumps virtualenv from 20.0.23 to 20.0.24.

Changelog

Sourced from virtualenv's changelog.

v20.0.24 (2020-06-22)

Features - 20.0.24

- Ensure that the seeded packages do not get too much out of date:
  • add a CLI flag that triggers upgrade of embedded wheels under :option:upgrade-embed-wheels
  • periodically (once every 14 days) upgrade the embedded wheels in a background process, and use them if they have been released for more than 28 days (can be disabled via :option:no-periodic-update)

More details under :ref:wheels - by :user:gaborbernat. ([#1821](https://github.com/pypa/virtualenv/issues/1821) <https://github.com/pypa/virtualenv/issues/1821>_)

  • Upgrade embed wheel content:

    • ship wheels for Python 3.9 and 3.10
    • upgrade setuptools for Python 3.5+ from 47.1.1 to 47.3.1

    by :user:gaborbernat. ([#1841](https://github.com/pypa/virtualenv/issues/1841) <https://github.com/pypa/virtualenv/issues/1841>_)

  • Display the installed seed package versions in the final summary output, for example:

    .. code-block:: console

    created virtual environment CPython3.8.3.final.0-64 in 350ms
      creator CPython3Posix(dest=/x, clear=True, global=False)
      seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/y/virtualenv)
        added seed packages: pip==20.1.1, setuptools==47.3.1, wheel==0.34.2
    

    by :user:gaborbernat. ([#1864](https://github.com/pypa/virtualenv/issues/1864) <https://github.com/pypa/virtualenv/issues/1864>_)

Bugfixes - 20.0.24

  • Do not generate/overwrite .gitignore if it already exists at destination path - by :user:gaborbernat. ([#1862](https://github.com/pypa/virtualenv/issues/1862) <https://github.com/pypa/virtualenv/issues/1862>_)
  • Improve error message for no .dist-info inside the app-data copy seeder - by :user:gaborbernat. ([#1867](https://github.com/pypa/virtualenv/issues/1867) <https://github.com/pypa/virtualenv/issues/1867>_)

Improved Documentation - 20.0.24

- How seeding mechanisms discover (and automatically keep it up to date) wheels at :ref:`wheels` - by :user:`gaborbernat`. (`[#1821](https://github.com/pypa/virtualenv/issues/1821) <https://github.com/pypa/virtualenv/issues/1821>`_)
- How distributions should handle shipping their own embedded wheels at  :ref:`distribution_wheels` - by :user:`gaborbernat`. (`[#1840](https://github.com/pypa/virtualenv/issues/1840) <https://github.com/pypa/virtualenv/issues/1840>`_)
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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 23, 2020
@github-actions github-actions bot merged commit 46121c9 into master Jun 23, 2020
@dependabot dependabot bot deleted the dependabot/pip/dot-github/workflows/virtualenv-20.0.24 branch June 23, 2020 09:04
# for free to subscribe to this conversation on GitHub. Already have an account? #.
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.

0 participants