mozilla / mozillians-tests

DEPRECATED - Mozillians Tests
http://www.mozillians.org
Other
51 stars 74 forks source link

Bump pipenv from 2018.7.1 to 2018.10.13 #495

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps pipenv from 2018.7.1 to 2018.10.13.

Release notes *Sourced from [pipenv's releases](https://github.com/pypa/pipenv/releases).* > 2018.10.9 (2018-10-09) > ====================== > > Features & Improvements > ----------------------- > > - Added environment variables PIPENV\_VERBOSE and PIPENV\_QUIET to > control output verbosity without needing to pass options. [#2527](https://github-redirect.dependabot.com/pypa/pipenv/issues/2527) > - Updated test-pypi addon to better support json-api access (forward > compatibility). Improved testing process for new contributors. [#2568](https://github-redirect.dependabot.com/pypa/pipenv/issues/2568) > - Greatly enhanced python discovery functionality: > - Added `pep514` (windows launcher/finder) support for python > discovery. > - Introduced architecture discovery for python installations which > support different architectures. [#2582](https://github-redirect.dependabot.com/pypa/pipenv/issues/2582) > - Added support for `pipenv shell` on msys and cygwin/mingw/git bash > for windows. [#2641](https://github-redirect.dependabot.com/pypa/pipenv/issues/2641) > - Enhanced resolution of editable and VCS dependencies. [#2643](https://github-redirect.dependabot.com/pypa/pipenv/issues/2643) > - Deduplicate and refactor CLI to use stateful arguments and object > passing. See [this issue](https://github-redirect.dependabot.com/pallets/click/issues/108) for reference. [#2814](https://github-redirect.dependabot.com/pypa/pipenv/issues/2814) > > Behavior Changes > ---------------- > > - Virtual environment activation for `run` is revised to improve > interpolation with other Python discovery tools. [#2503](https://github-redirect.dependabot.com/pypa/pipenv/issues/2503) > - Improve terminal coloring to display better in Powershell. [#2511](https://github-redirect.dependabot.com/pypa/pipenv/issues/2511) > - Invoke `virtualenv` directly for virtual environment creation, > instead of depending on `pew`. [#2518](https://github-redirect.dependabot.com/pypa/pipenv/issues/2518) > - `pipenv --help` will now include short help descriptions. [#2542](https://github-redirect.dependabot.com/pypa/pipenv/issues/2542) > - Add `COMSPEC` to fallback option (along with `SHELL` and > `PYENV_SHELL`) if shell detection fails, improving robustness on > Windows. [#2651](https://github-redirect.dependabot.com/pypa/pipenv/issues/2651) > - Fallback to shell mode if run fails with Windows error 193 to handle > non-executable commands. This should improve usability on Windows, > where some users run non-executable files without specifying a > command, relying on Windows file association to choose the current > command. [#2718](https://github-redirect.dependabot.com/pypa/pipenv/issues/2718) > > Bug Fixes > --------- > > - Fixed a bug which prevented installation of editable requirements > using `ssh://` style urls [#1393](https://github-redirect.dependabot.com/pypa/pipenv/issues/1393) > - VCS Refs for locked local editable dependencies will now update > appropriately to the latest hash when running `pipenv update`. [#1690](https://github-redirect.dependabot.com/pypa/pipenv/issues/1690) > - `.tar.gz` and `.zip` artifacts will now have dependencies installed > even when they are missing from the lockfile. [#2173](https://github-redirect.dependabot.com/pypa/pipenv/issues/2173) > - The command line parser will now handle multiple `-e/--editable` > dependencies properly via click's option parser to help mitigate > ... (truncated)
Changelog *Sourced from [pipenv's changelog](https://github.com/pypa/pipenv/blob/master/CHANGELOG.rst).* > 2018.10.13 (2018-10-13) > ======================= > > Bug Fixes > --------- > > - Fixed a bug in ``pipenv clean`` which caused global packages to sometimes be inadvertently targeted for cleanup. `#2849 `_ > > - Fix broken backport imports for vendored vistir. `#2950 `_, > `#2955 `_, > `#2961 `_ > > - Fixed a bug with importing local vendored dependencies when running ``pipenv graph``. `#2952 `_ > > - Fixed a bug which caused executable discovery to fail when running inside a virtualenv. `#2957 `_ > > - Fix parsing of outline tables. `#2971 `_ > > - Fixed a bug which caused ``verify_ssl`` to fail to drop through to ``pip install`` correctly as ``trusted-host``. `#2979 `_ > > - Fixed a bug which caused canonicalized package names to fail to resolve against PyPI. `#2989 `_ > > - Enhanced CI detection to detect Azure Devops builds. `#2993 `_ > > - Fixed a bug which prevented installing pinned versions which used redirection symbols from the command line. `#2998 `_ > > - Fixed a bug which prevented installing the local directory in non-editable mode. `#3005 `_ > > > Vendored Libraries > ------------------ > > - Updated ``requirementslib`` to version ``1.1.9``. `#2989 `_ > > - Upgraded ``pythonfinder => 1.1.1`` and ``vistir => 0.1.7``. `#3007 `_ > > > 2018.10.9 (2018-10-09) > ====================== > > Features & Improvements > ----------------------- > > - Added environment variables `PIPENV_VERBOSE` and `PIPENV_QUIET` to control > output verbosity without needing to pass options. `#2527 `_ > > - Updated test-pypi addon to better support json-api access (forward compatibility). > Improved testing process for new contributors. `#2568 `_ > > - Greatly enhanced python discovery functionality: > ... (truncated)
Commits - [`5e9433e`](https://github.com/pypa/pipenv/commit/5e9433e4e499ba769c1e4572fe570fe8240d1486) Remove changelog entry about unmerged PR - [`a0950ad`](https://github.com/pypa/pipenv/commit/a0950ad4ecc0abad859b39775cf12994c0be735e) Pre-bump - [`52cce1a`](https://github.com/pypa/pipenv/commit/52cce1a92e74ce51b5a26f7df2b7eb1f84483195) Release 2018.10.13 - [`485f3a8`](https://github.com/pypa/pipenv/commit/485f3a863793626117ecdd78b442f216a9ffe798) Add changelog cleaning task - [`7c12eb2`](https://github.com/pypa/pipenv/commit/7c12eb2bd5cb7ff2cb5a4dcc3dd696cf24f40eea) Merge pull request [#3018](https://github-redirect.dependabot.com/pypa/pipenv/issues/3018) from pypa/fix-3005-update-pythonfinder - [`9bdbe34`](https://github.com/pypa/pipenv/commit/9bdbe3464d581a56cb1ddbfbd91f619041ac113e) syntax error... - [`3291830`](https://github.com/pypa/pipenv/commit/329183019a6d2e3b24d966726355f2fd0b00a378) fix installation of non-editable requirements - [`39d7ebb`](https://github.com/pypa/pipenv/commit/39d7ebb7935d7bfb1a29996083bdff743654b871) Merge branch 'fix-3005-update-pythonfinder' of github.com:pypa/pipenv into fi... - [`573174d`](https://github.com/pypa/pipenv/commit/573174d188dbfaa60a48bd80f1c2e88fee3842dd) Fix pipenv clean and editable installs - [`f77a82c`](https://github.com/pypa/pipenv/commit/f77a82c77f47c22709545d59d3af77734e2f8cf7) Merge branch 'master' into fix-3005-update-pythonfinder - Additional commits viewable in [compare view](https://github.com/pypa/pipenv/compare/v2018.7.1...v2018.10.13)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.