Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update click requirement from ~=8.0.4 to ~=8.1.3 #151

Merged
merged 4 commits into from Sep 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2022

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)

@cla-bot cla-bot bot added the cla:yes label Apr 29, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from b6b4186 to d782405 Compare May 6, 2022 12:19
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 2a49d3f to 04a167b Compare June 14, 2022 12:29
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 47a5e0a to dc3320e Compare June 21, 2022 12:25
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 3 times, most recently from 3a09de0 to d002662 Compare July 5, 2022 12:24
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from d002662 to 186fc98 Compare July 6, 2022 12:32
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from c503f03 to 3a9931f Compare July 15, 2022 12:17
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 3 times, most recently from 8712d48 to 9d90835 Compare August 2, 2022 12:22
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 9d90835 to ae4064b Compare August 5, 2022 12:18
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-core contributing guide, and the dbt-snowflake contriubuting guide.

@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from ae4064b to 4b06d68 Compare August 10, 2022 12:17
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide.

@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 4b06d68 to 6827d40 Compare August 16, 2022 12:26
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 6827d40 to 7aa3dd2 Compare August 29, 2022 12:28
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@8.0.4...8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 7aa3dd2 to 4e5a66c Compare September 2, 2022 12:25
@leahwicz leahwicz merged commit 21a889b into main Sep 2, 2022
@leahwicz leahwicz deleted the dependabot/pip/click-approx-eq-8.1.3 branch September 2, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants