Skip to content

chore(deps): update click requirement from <=8.0.4 to <8.1.4#16

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/click-lt-8.1.4
Open

chore(deps): update click requirement from <=8.0.4 to <8.1.4#16
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/click-lt-8.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2022

Copy link
Copy Markdown

Updates the requirements on click to permit the latest version.

Release notes

Sourced from click's releases.

8.1.3

This is a fix release for the 8.1.0 feature release.

Changelog

Sourced from click's changelog.

Version 8.1.3

Released 2022-04-28

  • Use verbose form of typing.Callable for @command and @group. :issue:2255
  • Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. :issue:2246

Version 8.1.2

Released 2022-03-31

  • Fix error message for readable path check that was mixed up with the executable check. :pr:2236
  • Restore parameter order for Path, placing the executable parameter at the end. It is recommended to use keyword arguments instead of positional arguments. :issue:2235

Version 8.1.1

Released 2022-03-30

  • Fix an issue with decorator typing that caused type checking to report that a command was not callable. :issue:2227

Version 8.1.0

Released 2022-03-28

  • Drop support for Python 3.6. :pr:2129

  • Remove previously deprecated code. :pr:2130

    • Group.resultcallback is renamed to result_callback.
    • autocompletion parameter to Command is renamed to shell_complete.
    • get_terminal_size is removed, use shutil.get_terminal_size instead.
    • get_os_args is removed, use sys.argv[1:] instead.
  • Rely on :pep:538 and :pep:540 to handle selecting UTF-8 encoding instead of ASCII. Click's locale encoding detection is removed.

... (truncated)

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 16, 2022
@dependabot dependabot Bot force-pushed the dependabot/pip/click-lt-8.1.4 branch from 35ef83c to 3586b3b Compare July 19, 2022 21:09
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from 5a462d2 to f9b9872 Compare September 8, 2022 20:35
@jerryharrow jerryharrow force-pushed the master branch 3 times, most recently from b636f7c to 079e8af Compare September 16, 2022 20:24
@jerryharrow jerryharrow force-pushed the master branch 4 times, most recently from f62dc98 to eefca9b Compare October 11, 2022 20:04
@jerryharrow jerryharrow force-pushed the master branch 3 times, most recently from a8f6653 to 45d30bc Compare October 24, 2022 21:33
@jerryharrow jerryharrow force-pushed the master branch 3 times, most recently from c9d5b67 to 1a79b1a Compare November 18, 2022 20:31
@jerryharrow jerryharrow force-pushed the master branch 5 times, most recently from a15d21d to 5c2a977 Compare December 7, 2022 15:59
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from 66ee609 to a17a251 Compare December 13, 2022 22:37
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from ae70037 to dc81769 Compare December 15, 2022 19:41
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@0.1...8.1.3)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/click-lt-8.1.4 branch from 3586b3b to 51939ef Compare January 13, 2023 21:45
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from e229b53 to 7725025 Compare January 18, 2023 19:37
@jerryharrow jerryharrow force-pushed the master branch 3 times, most recently from 4bdce11 to e0674bf Compare February 16, 2023 14:14
@jerryharrow jerryharrow force-pushed the master branch 5 times, most recently from 6a45e3e to 5ff6172 Compare February 28, 2023 16:01
@jerryharrow jerryharrow force-pushed the master branch 8 times, most recently from 9a42312 to 6227782 Compare March 17, 2023 14:29
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from acf274e to 826d45e Compare March 30, 2023 13:37
@jerryharrow jerryharrow force-pushed the master branch 2 times, most recently from b118166 to b221032 Compare April 13, 2023 21:40
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