mozilla / servicebook-web

Web Frontend for the service book
Other
4 stars 10 forks source link

Bump pipenv from 2018.10.13 to 2018.11.26 #214

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pipenv from 2018.10.13 to 2018.11.26.

Release notes *Sourced from [pipenv's releases](https://github.com/pypa/pipenv/releases).* > 2018.11.26 (2018-11-26) > ======================= > > Bug Fixes > --------- > > - Environment variables are expanded correctly before running scripts > on POSIX. [#3178](https://github-redirect.dependabot.com/pypa/pipenv/issues/3178) > - Pipenv will no longer disable user-mode installation when the > `--system` flag is passed in. [#3222](https://github-redirect.dependabot.com/pypa/pipenv/issues/3222) > - Fixed an issue with attempting to render unicode output in > non-unicode locales. [#3223](https://github-redirect.dependabot.com/pypa/pipenv/issues/3223) > - Fixed a bug which could cause failures to occur when parsing python > entries from global pyenv version files. [#3224](https://github-redirect.dependabot.com/pypa/pipenv/issues/3224) > - Fixed an issue which prevented the parsing of named extras sections > from certain `setup.py` files. [#3230](https://github-redirect.dependabot.com/pypa/pipenv/issues/3230) > - Correctly detect the virtualenv location inside an activated > virtualenv. [#3231](https://github-redirect.dependabot.com/pypa/pipenv/issues/3231) > - Fixed a bug which caused spinner frames to be written to stdout > during locking operations which could cause redirection pipes to > fail. [#3239](https://github-redirect.dependabot.com/pypa/pipenv/issues/3239) > - Fixed a bug that editable pacakges can't be uninstalled > correctly. [#3240](https://github-redirect.dependabot.com/pypa/pipenv/issues/3240) > - Corrected an issue with installation timeouts which caused > dependency resolution to fail for longer duration resolution > steps. [#3244](https://github-redirect.dependabot.com/pypa/pipenv/issues/3244) > - Adding normal pep 508 compatible markers is now fully functional > when using VCS dependencies. [#3249](https://github-redirect.dependabot.com/pypa/pipenv/issues/3249) > - Updated `requirementslib` and `pythonfinder` for multiple > bugfixes. [#3254](https://github-redirect.dependabot.com/pypa/pipenv/issues/3254) > - Pipenv will now ignore hashes when installing with > `--skip-lock`. [#3255](https://github-redirect.dependabot.com/pypa/pipenv/issues/3255) > - Fixed an issue where pipenv could crash when multiple pipenv > processes attempted to create the same directory. [#3257](https://github-redirect.dependabot.com/pypa/pipenv/issues/3257) > - Fixed an issue which sometimes prevented successful creation of > project pipfiles. [#3260](https://github-redirect.dependabot.com/pypa/pipenv/issues/3260) > - `pipenv install` will now unset the `PYTHONHOME` environment > variable when not combined with `--system`. [#3261](https://github-redirect.dependabot.com/pypa/pipenv/issues/3261) > - Pipenv will ensure that warnings do not interfere with the > resolution process by suppressing warnings' usage of standard output > and writing to standard error instead. [#3273](https://github-redirect.dependabot.com/pypa/pipenv/issues/3273) > - Fixed an issue which prevented variables from the environment, such > as `PIPENV_DEV` or `PIPENV_SYSTEM`, from being parsed and > implemented correctly. [#3278](https://github-redirect.dependabot.com/pypa/pipenv/issues/3278) > - Clear pythonfinder cache after Python > install. [#3287](https://github-redirect.dependabot.com/pypa/pipenv/issues/3287) > - Fixed a race condition in hash resolution for dependencies for > certain dependencies with missing cache entries or fresh Pipenv > installs. [#3289](https://github-redirect.dependabot.com/pypa/pipenv/issues/3289) > - Pipenv will now respect top-level pins over VCS dependency > ... (truncated)
Changelog *Sourced from [pipenv's changelog](https://github.com/pypa/pipenv/blob/master/CHANGELOG.rst).* > 2018.11.26 (2018-11-26) > ======================= > > Bug Fixes > --------- > > - Environment variables are expanded correctly before running scripts on POSIX. `#3178 `_ > - Pipenv will no longer disable user-mode installation when the ``--system`` flag is passed in. `#3222 `_ > - Fixed an issue with attempting to render unicode output in non-unicode locales. `#3223 `_ > - Fixed a bug which could cause failures to occur when parsing python entries from global pyenv version files. `#3224 `_ > - Fixed an issue which prevented the parsing of named extras sections from certain ``setup.py`` files. `#3230 `_ > - Correctly detect the virtualenv location inside an activated virtualenv. `#3231 `_ > - Fixed a bug which caused spinner frames to be written to stdout during locking operations which could cause redirection pipes to fail. `#3239 `_ > - Fixed a bug that editable pacakges can't be uninstalled correctly. `#3240 `_ > - Corrected an issue with installation timeouts which caused dependency resolution to fail for longer duration resolution steps. `#3244 `_ > - Adding normal pep 508 compatible markers is now fully functional when using VCS dependencies. `#3249 `_ > - Updated ``requirementslib`` and ``pythonfinder`` for multiple bugfixes. `#3254 `_ > - Pipenv will now ignore hashes when installing with ``--skip-lock``. `#3255 `_ > - Fixed an issue where pipenv could crash when multiple pipenv processes attempted to create the same directory. `#3257 `_ > - Fixed an issue which sometimes prevented successful creation of project pipfiles. `#3260 `_ > - ``pipenv install`` will now unset the ``PYTHONHOME`` environment variable when not combined with ``--system``. `#3261 `_ > - Pipenv will ensure that warnings do not interfere with the resolution process by suppressing warnings' usage of standard output and writing to standard error instead. `#3273 `_ > - Fixed an issue which prevented variables from the environment, such as ``PIPENV_DEV`` or ``PIPENV_SYSTEM``, from being parsed and implemented correctly. `#3278 `_ > - Clear pythonfinder cache after Python install. `#3287 `_ > - Fixed a race condition in hash resolution for dependencies for certain dependencies with missing cache entries or fresh Pipenv installs. `#3289 `_ > - Pipenv will now respect top-level pins over VCS dependency locks. `#3296 `_ > > Vendored Libraries > ------------------ > > - Update vendored dependencies to resolve resolution output parsing and python finding: > - ``pythonfinder 1.1.9 -> 1.1.10`` > - ``requirementslib 1.3.1 -> 1.3.3`` > - ``vistir 0.2.3 -> 0.2.5`` `#3280 `_ > > > 2018.11.14 (2018-11-14) > ======================= > > Features & Improvements > ----------------------- > > - Improved exceptions and error handling on failures. `#1977 `_ > - Added persistent settings for all CLI flags via ``PIPENV_{FLAG_NAME}`` environment variables by enabling ``auto_envvar_prefix=PIPENV`` in click (implements PEEP-0002). `#2200 `_ > - Added improved messaging about available but skipped updates due to dependency conflicts when running ``pipenv update --outdated``. `#2411 `_ > - Added environment variable `PIPENV_PYUP_API_KEY` to add ability > to override the bundled pyup.io API key. `#2825 `_ > - Added additional output to ``pipenv update --outdated`` to indicate that the operation succeded and all packages were already up to date. `#2828 `_ > - Updated ``crayons`` patch to enable colors on native powershell but swap native blue for magenta. `#3020 `_ > - Added support for ``--bare`` to ``pipenv clean``, and fixed ``pipenv sync --bare`` to actually reduce output. `#3041 `_ > ... (truncated)
Commits - [`742ae1b`](https://github.com/pypa/pipenv/commit/742ae1b99b335ffb6d83a2240035af739cacafff) Release v2018.11.26 - [`5402384`](https://github.com/pypa/pipenv/commit/5402384425208d911aae56fc2c58a6dac03d2649) Fix pipenv sync error msg - [`e433b0e`](https://github.com/pypa/pipenv/commit/e433b0e9afa74932da36cde023d06f4f4597cb10) Update lockfile - [`93f82c4`](https://github.com/pypa/pipenv/commit/93f82c477eddf878328fccb91fc8f2c93f12cdba) Fix accidentally-shortened installation timeouts - [`bd51de4`](https://github.com/pypa/pipenv/commit/bd51de4e896ddbf15190b1ee17382554e6dd9c49) Merge pull request [#3297](https://github-redirect.dependabot.com/pypa/pipenv/issues/3297) from pypa/bugfix/3296 - [`6b4a9a5`](https://github.com/pypa/pipenv/commit/6b4a9a5c160859ca49c0f8b3095e43d1d0f2de0a) Fix dependencies - [`9e0d6bc`](https://github.com/pypa/pipenv/commit/9e0d6bc1e39264cb83292aacbe2584c376863e34) Update release scripts, fix packaging scripts - [`4e44229`](https://github.com/pypa/pipenv/commit/4e442297002350798fa9bf2ffa852783de99c96e) Merge branch 'master' into bugfix/3296 - [`1ed7ae9`](https://github.com/pypa/pipenv/commit/1ed7ae9e687da04922a52b05d2ec1c526c4e725c) Fix vcs locking, prefer pipfile entries once locked - [`2ed0384`](https://github.com/pypa/pipenv/commit/2ed0384b5a1e9cce687fa8a84dd6db05db2718d3) Merge pull request [#3295](https://github-redirect.dependabot.com/pypa/pipenv/issues/3295) from pypa/bugfix/3278 - Additional commits viewable in [compare view](https://github.com/pypa/pipenv/compare/v2018.10.13...v2018.11.26)


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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 84.956% when pulling c7acc580ca129a7e8466f661f2300eea6f91ef3c on dependabot/pip/pipenv-2018.11.26 into ca8609a14acf8ccd30cc62a25975e57fff17bca9 on master.