Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Bump click from 7.0 to 7.1.2 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2020

Bumps click from 7.0 to 7.1.2.

Release notes

Sourced from click's releases.

7.1.2

7.1.1

7.1

Changelog

Sourced from click's changelog.

Version 7.1.2

Released 2020-04-27

  • Revert applying shell quoting to commands for echo_with_pager and edit. This was intended to allows spaces in commands, but caused issues if the string was actually a command and arguments, or on Windows. Instead, the string must be quoted manually as it should appear on the command line. :issue:1514

Version 7.1.1

Released 2020-03-09

  • Fix ClickException output going to stdout instead of stderr. :issue:1495

Version 7.1

Released 2020-03-09

  • Fix PyPI package name, "click" is lowercase again.
  • Fix link in unicode_literals error message. :pr:1151
  • Add support for colored output on UNIX Jupyter notebooks. :issue:1185
  • Operations that strip ANSI controls will strip the cursor hide/show sequences. :issue:1216
  • Remove unused compat shim for bytes. :pr:1195
  • Expand testing around termui, especially getchar on Windows. :issue:1116
  • Fix output on Windows Python 2.7 built with MSVC 14. :pr:1342
  • Fix OSError when running in MSYS2. :issue:1338
  • Fix OSError when redirecting to NUL stream on Windows. :issue:1065
  • Fix memory leak when parsing Unicode arguments on Windows. :issue:1136
  • Fix error in new AppEngine environments. :issue:1462
  • Always return one of the passed choices for click.Choice :issue:1277, :pr:1318
  • Add no_args_is_help option to click.Command, defaults to False :pr:1167
  • Add show_defaults parameter to Context to enable showing defaults globally. :issue:1018
  • Handle env MYPATH='' as though the option were not passed. :issue:1196

... (truncated)

Commits

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.427% when pulling c05e458 on dependabot/pip/click-7.1.2 into ee4102b on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant