tox-dev / tox-pipenv

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

Update pipenv to 11.5.1 #33

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates pipenv from 11.1.5 to 11.5.1.

Changelog ### 11.5.1 ``` - Restore bare 'pipenv update' functionality. ``` ### 11.5.0 ``` - Properly resolve hashes for private indexes. - Some subtle changes to the way resolution works — shouldn't affect you, but warrented a version bump. ``` ### 11.4.0 ``` - Stability. - Don't install dependencies straight-away with pipenv–install — rely on the underlying pipenv sync architecture to pick up dependencies. - Warn (abord) if requested update package is not in Pipfile. - Don't configure the Pipfile for keep_outdated when update is used. ``` ### 11.3.3 ``` - Sorry for all the bugs. ``` ### 11.3.2 ``` - Bugfix, of the craziest, hardest to reproduce nature. ``` ### 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 #34