gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

Update virtualenv to 20.3.1 #381

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates virtualenv from 20.2.1 to 20.3.1.

Changelog ### 20.3.0 ``` ~~~~~~~~~~~~~~~~~ - On Windows python ``3.7+`` distributions where the exe shim is missing fallback to the old ways - by :user:`gaborbernat`. (`1986 <https://github.com/pypa/virtualenv/issues/1986>`_) - When discovering interpreters on Windows, via the PEP-514, prefer ``PythonCore`` releases over other ones. virtualenv is used via pip mostly by this distribution, so prefer it over other such as conda - by :user:`gaborbernat`. (`2046 <https://github.com/pypa/virtualenv/issues/2046>`_) ``` ### 20.2.2 ``` ~~~~~~~~~~~~~~~~~ - Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1`` - by :user:`gaborbernat`. (`2029 <https://github.com/pypa/virtualenv/issues/2029>`_) ```
Links - PyPI: https://pypi.org/project/virtualenv - Changelog: https://pyup.io/changelogs/virtualenv/ - Homepage: https://virtualenv.pypa.io/