Skip to content

Bump click from 7.0 to 7.1.2#76

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/click-7.1.2
Closed

Bump click from 7.0 to 7.1.2#76
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/click-7.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2021

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_default 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)

Bumps [click](https://github.com/pallets/click) from 7.0 to 7.1.2.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](pallets/click@7.0...7.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 21, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 12, 2021

Superseded by #82.

@dependabot dependabot bot closed this May 12, 2021
@dependabot dependabot bot deleted the dependabot/pip/click-7.1.2 branch May 12, 2021 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants