ctorgalson / ansible-role-nextcloud-docker

An Ansible role for installing Nextcloud using Docker.
GNU General Public License v2.0
0 stars 1 forks source link

Bump click from 6.7 to 7.0 #15

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps click from 6.7 to 7.0.

Changelog *Sourced from [click's changelog](https://github.com/pallets/click/blob/master/CHANGES.rst).* > Version 7.0 > =========== > > Released 2018-09-25 > > - Drop support for Python 2.6 and 3.3. ([\#967](https://github-redirect.dependabot.com/pallets/click/pull/967), [\#976](https://github-redirect.dependabot.com/pallets/click/pull/976)) > - Wrap `click.Choice`'s missing message. ([\#202](https://github-redirect.dependabot.com/pallets/click/issues/202), [\#1000](https://github-redirect.dependabot.com/pallets/click/pull/1000)) > - Add native ZSH autocompletion support. ([\#323](https://github-redirect.dependabot.com/pallets/click/issues/323), [\#865](https://github-redirect.dependabot.com/pallets/click/pull/865)) > - Document that ANSI color info isn't parsed from bytearrays in Python 2. ([\#334](https://github-redirect.dependabot.com/pallets/click/issues/334)) > - Document byte-stripping behavior of `CliRunner`. ([\#334](https://github-redirect.dependabot.com/pallets/click/issues/334), [\#1010](https://github-redirect.dependabot.com/pallets/click/pull/1010)) > - Usage errors now hint at the `--help` option. ([\#393](https://github-redirect.dependabot.com/pallets/click/issues/393), [\#557](https://github-redirect.dependabot.com/pallets/click/pull/557)) > - Implement streaming pager. ([\#409](https://github-redirect.dependabot.com/pallets/click/issues/409), [\#889](https://github-redirect.dependabot.com/pallets/click/pull/889)) > - Extract bar formatting to its own method. ([\#414](https://github-redirect.dependabot.com/pallets/click/pull/414)) > - Add `DateTime` type for converting input in given date time formats. ([\#423](https://github-redirect.dependabot.com/pallets/click/pull/423)) > - `secho`'s first argument can now be `None`, like in `echo`. ([\#424](https://github-redirect.dependabot.com/pallets/click/pull/424)) > - Fixes a `ZeroDivisionError` in `ProgressBar.make_step`, when the arg passed to the first call of `ProgressBar.update` is 0. ([\#447](https://github-redirect.dependabot.com/pallets/click/issues/447), [\#1012](https://github-redirect.dependabot.com/pallets/click/pull/1012)) > - Show progressbar only if total execution time is visible. ([\#487](https://github-redirect.dependabot.com/pallets/click/pull/487)) > - Added the ability to hide commands and options from help. ([\#500](https://github-redirect.dependabot.com/pallets/click/pull/500)) > - Document that options can be `required=True`. ([\#514](https://github-redirect.dependabot.com/pallets/click/issues/514), [\#1022](https://github-redirect.dependabot.com/pallets/click/pull/1022)) > - Non-standalone calls to `Context.exit` return the exit code, rather than calling `sys.exit`. ([\#533](https://github-redirect.dependabot.com/pallets/click/pull/533), [\#667](https://github-redirect.dependabot.com/pallets/click/issues/667), [\#1098](https://github-redirect.dependabot.com/pallets/click/pull/1098)) > - `click.getchar()` returns Unicode in Python 3 on Windows, consistent with other platforms. ([\#537](https://github-redirect.dependabot.com/pallets/click/issues/537), [\#821](https://github-redirect.dependabot.com/pallets/click/issues/821), [\#822](https://github-redirect.dependabot.com/pallets/click/issues/822), [\#1088](https://github-redirect.dependabot.com/pallets/click/issues/1088), [\#1108](https://github-redirect.dependabot.com/pallets/click/pull/1108)) > - Added `FloatRange` type. ([\#538](https://github-redirect.dependabot.com/pallets/click/pull/538), [\#553](https://github-redirect.dependabot.com/pallets/click/pull/553)) > - Added support for bash completion of `type=click.Choice` for `Options` and `Arguments`. ([\#535](https://github-redirect.dependabot.com/pallets/click/issues/535), [\#681](https://github-redirect.dependabot.com/pallets/click/pull/681)) > - Only allow one positional arg for `Argument` parameter declaration. ([\#568](https://github-redirect.dependabot.com/pallets/click/issues/568), [\#574](https://github-redirect.dependabot.com/pallets/click/issues/574), [\#1014](https://github-redirect.dependabot.com/pallets/click/pull/1014)) > - Add `case_sensitive=False` as an option to Choice. ([\#569](https://github-redirect.dependabot.com/pallets/click/issues/569)) > - `click.getchar()` correctly raises `KeyboardInterrupt` on "\^C" and `EOFError` on "\^D" on Linux. ([\#583](https://github-redirect.dependabot.com/pallets/click/issues/583), [\#1115](https://github-redirect.dependabot.com/pallets/click/pull/1115)) > - Fix encoding issue with `click.getchar(echo=True)` on Linux. ([\#1115](https://github-redirect.dependabot.com/pallets/click/pull/1115)) > - `param_hint` in errors now derived from param itself. ([\#598](https://github-redirect.dependabot.com/pallets/click/issues/598), [\#704](https://github-redirect.dependabot.com/pallets/click/issues/704), [\#709](https://github-redirect.dependabot.com/pallets/click/pull/709)) > - Add a test that ensures that when an argument is formatted into a usage error, its metavar is used, not its name. ([\#612](https://github-redirect.dependabot.com/pallets/click/pull/612)) > - Allow setting `prog_name` as extra in `CliRunner.invoke`. ([\#616](https://github-redirect.dependabot.com/pallets/click/issues/616), [\#999](https://github-redirect.dependabot.com/pallets/click/pull/999)) > - Help text taken from docstrings truncates at the `\f` form feed character, useful for hiding Sphinx-style parameter documentation. ([\#629](https://github-redirect.dependabot.com/pallets/click/pull/629), [\#1091](https://github-redirect.dependabot.com/pallets/click/pull/1091)) > - `launch` now works properly under Cygwin. ([\#650](https://github-redirect.dependabot.com/pallets/click/pull/650)) > - Update progress after iteration. ([\#651](https://github-redirect.dependabot.com/pallets/click/issues/651), [\#706](https://github-redirect.dependabot.com/pallets/click/pull/706)) > - `CliRunner.invoke` now may receive `args` as a string representing a Unix shell command. ([\#664](https://github-redirect.dependabot.com/pallets/click/pull/664)) > - Make `Argument.make_metavar()` default to type metavar. ([\#675](https://github-redirect.dependabot.com/pallets/click/pull/675)) > - Add documentation for `ignore_unknown_options`. ([\#684](https://github-redirect.dependabot.com/pallets/click/pull/684)) > - Add bright colors support for `click.style` and fix the reset option for parameters `fg` and `bg`. ([\#703](https://github-redirect.dependabot.com/pallets/click/issues/703), [\#809](https://github-redirect.dependabot.com/pallets/click/pull/809)) > - Add `show_envvar` for showing environment variables in help. ([\#710](https://github-redirect.dependabot.com/pallets/click/pull/710)) > - Avoid `BrokenPipeError` during interpreter shutdown when stdout or stderr is a closed pipe. ([\#712](https://github-redirect.dependabot.com/pallets/click/pull/712), [\#1106](https://github-redirect.dependabot.com/pallets/click/pull/1106)) > - Document customizing option names. ([\#725](https://github-redirect.dependabot.com/pallets/click/issues/725), [\#1016](https://github-redirect.dependabot.com/pallets/click/pull/1016)) > - Disable `sys._getframes()` on Python interpreters that don't support it. ([\#728](https://github-redirect.dependabot.com/pallets/click/pull/728)) > - Fix bug in test runner when calling `sys.exit` with `None`. ([\#739](https://github-redirect.dependabot.com/pallets/click/pull/739)) > - Clarify documentation on command line options. ([\#741](https://github-redirect.dependabot.com/pallets/click/issues/741), [\#1003](https://github-redirect.dependabot.com/pallets/click/pull/1003)) > - Fix crash on Windows console. ([\#744](https://github-redirect.dependabot.com/pallets/click/issues/744)) > - Fix bug that caused bash completion to give improper completions on chained commands. ([\#754](https://github-redirect.dependabot.com/pallets/click/issues/754), [\#774](https://github-redirect.dependabot.com/pallets/click/pull/774)) > - Added support for dynamic bash completion from a user-supplied callback. ([\#755](https://github-redirect.dependabot.com/pallets/click/pull/755)) > - Added support for bash completions containing spaces. ([\#773](https://github-redirect.dependabot.com/pallets/click/pull/773)) > - Allow autocompletion function to determine whether or not to return completions that start with the incomplete argument. ([\#790](https://github-redirect.dependabot.com/pallets/click/issues/790), [\#806](https://github-redirect.dependabot.com/pallets/click/pull/806)) > - Fix option naming routine to match documentation and be deterministic. ([\#793](https://github-redirect.dependabot.com/pallets/click/issues/793), [\#794](https://github-redirect.dependabot.com/pallets/click/pull/794)) > - Fix path validation bug. ([\#795](https://github-redirect.dependabot.com/pallets/click/issues/795), [\#1020](https://github-redirect.dependabot.com/pallets/click/pull/1020)) > ... (truncated)
Commits - [`a936b99`](https://github.com/pallets/click/commit/a936b99212c69a36a2cc2828252b2c4280c0c88c) release 7.0 - [`7818f30`](https://github.com/pallets/click/commit/7818f30f6e9e03755f8333c03c3c7dc46b9283a9) new docs links - [`b4d25f8`](https://github.com/pallets/click/commit/b4d25f807e8a98f87bc60b76839e83302a5d9f3d) Merge pull request [#1120](https://github-redirect.dependabot.com/pallets/click/issues/1120) from pallets/meta - [`e8bf968`](https://github.com/pallets/click/commit/e8bf968c8f26231d7c2a6d04ac83c81199bb607f) update metadata - [`a589835`](https://github.com/pallets/click/commit/a589835a5b656eec4bace076ac7e947662c1cc68) Merge pull request [#830](https://github-redirect.dependabot.com/pallets/click/issues/830) from segevfiner/not-enough-space-workaround - [`3496086`](https://github.com/pallets/click/commit/3496086aed436bee43288a26ec5a5e596df4c512) add docs and changelog for [#830](https://github-redirect.dependabot.com/pallets/click/issues/830) - [`6cafd32`](https://github.com/pallets/click/commit/6cafd32bdbd2a985bcb1d00f81409ce41f1d6c96) Rework the "Not enough space" workaround for Python 2 on Windows 7 and below - [`6c0d585`](https://github.com/pallets/click/commit/6c0d58591fcb2283400928909c3db36813609726) Wrap stdout/stderr to avoid "Not enough space" in Python 2 on Windows 7 - [`065653e`](https://github.com/pallets/click/commit/065653e7996a82e219cf2d0ce90fec7b0574ba36) wrap changelog - [`770d259`](https://github.com/pallets/click/commit/770d2591766c15b7844a1bbaf9bb34d0a2701191) add missing changelog entries - Additional commits viewable in [compare view](https://github.com/pallets/click/compare/6.7...7.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #19, which may be blocking Dependabot from updating your dependency files.

dependabot-preview[bot] commented 4 years ago

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #19, which may be blocking Dependabot from updating your dependency files.