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 #113

Merged
merged 4 commits into from
Sep 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 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 28, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 335da16 to db89f26 Compare May 2, 2022 19:26
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 11520c2 to 382bf06 Compare May 24, 2022 19:19
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 382bf06 to 6ec727c Compare June 2, 2022 19:27
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 6ec727c to 60315e8 Compare June 20, 2022 19:39
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from 60315e8 to bea9925 Compare June 28, 2022 19:26
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 46f666e to fac28bf Compare July 12, 2022 19:47
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch from fac28bf to 2c0bf28 Compare August 1, 2022 19:59
@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 955b593 to 17e3d6d Compare August 12, 2022 19:24
@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-redshift contributing guide.

@dependabot dependabot bot force-pushed the dependabot/pip/click-approx-eq-8.1.3 branch 2 times, most recently from 5badb65 to bafabc0 Compare August 19, 2022 19:24
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 bafabc0 to 84d2da1 Compare August 29, 2022 19:31
@leahwicz leahwicz merged commit 6c66710 into main Sep 2, 2022
@leahwicz leahwicz deleted the dependabot/pip/click-approx-eq-8.1.3 branch September 2, 2022 17:03
abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
* Update click requirement from ~=8.0.4 to ~=8.1.3

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>

* Add automated changelog yaml from template for bot PR

* Remove newline

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants