tox-dev / tox-pipenv

A pipenv plugin for Tox
MIT License
124 stars 30 forks source link

Update pipenv to 11.3.1 #28

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates pipenv from 11.1.5 to 11.3.1.

Changelog ### 11.3.1 ``` - Fix shell --fancy. ``` ### 11.3.0 ``` - Default to using the Python Pipenv was installed with for new virtualenvs. - Report Python version of specified interpreter when creating virtualenv. - Disable JSON API usage, for now. It appears to cause some minor bugs related to markers (working on it). ``` ### 11.2.2 ``` - Potential bugfix related to subprocess invocations and environment variables. ``` ### 11.2.1 ``` - Actually use the Warehouse JSON API. ``` ### 11.2.0 ``` - Reduce the number of "bad packages", internally (e.g. don't exclude `six` anymore). ``` ### 11.1.11 ``` - Help improvements. ``` ### 11.1.10 ``` - Help improvements. ``` ### 11.1.9 ``` - $ python -m pipenv.help ``` ### 11.1.8 ``` - Resolver improvements. ``` ### 11.1.7 ``` - Packaging fix. ``` ### 11.1.6 ``` - Support for 'py' interpreter (on Windows). - Bugfixes. ```
Links - PyPI: https://pypi.python.org/pypi/pipenv - Changelog: https://pyup.io/changelogs/pipenv/ - Repo: https://github.com/pypa/pipenv
pyup-bot commented 6 years ago

Closing this in favor of #29