Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump click from 8.0.1 to 8.0.3 (#60)
Bumps [click](/~https://github.com/pallets/click) from 8.0.1 to 8.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="/~https://github.com/pallets/click/releases">click's releases</a>.</em></p> <blockquote> <h2>8.0.3</h2> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-3">https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-3</a></li> </ul> <h2>8.0.2</h2> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-2">https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-2</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="/~https://github.com/pallets/click/blob/main/CHANGES.rst">click's changelog</a>.</em></p> <blockquote> <h2>Version 8.0.3</h2> <p>Released 2021-10-10</p> <ul> <li>Fix issue with <code>Path(resolve_path=True)</code> type creating invalid paths. :issue:<code>2088</code></li> <li>Importing <code>readline</code> does not cause the <code>confirm()</code> prompt to disappear when pressing backspace. :issue:<code>2092</code></li> <li>Any default values injected by <code>invoke()</code> are cast to the corresponding parameter's type. :issue:<code>2089, 2090</code></li> </ul> <h2>Version 8.0.2</h2> <p>Released 2021-10-08</p> <ul> <li><code>is_bool_flag</code> is not set to <code>True</code> if <code>is_flag</code> is <code>False</code>. :issue:<code>1925</code></li> <li>Bash version detection is locale independent. :issue:<code>1940</code></li> <li>Empty <code>default</code> value is not shown for <code>multiple=True</code>. :issue:<code>1969</code></li> <li>Fix shell completion for arguments that start with a forward slash such as absolute file paths. :issue:<code>1929</code></li> <li><code>Path</code> type with <code>resolve_path=True</code> resolves relative symlinks to be relative to the containing directory. :issue:<code>1921</code></li> <li>Completion does not skip Python's resource cleanup when exiting, avoiding some unexpected warning output. :issue:<code>1738, 2017</code></li> <li>Fix type annotation for <code>type</code> argument in <code>prompt</code> function. :issue:<code>2062</code></li> <li>Fix overline and italic styles, which were incorrectly added when adding underline. :pr:<code>2058</code></li> <li>An option with <code>count=True</code> will not show "[x>=0]" in help text. :issue:<code>2072</code></li> <li>Default values are not cast to the parameter type twice during processing. :issue:<code>2085</code></li> <li>Options with <code>multiple</code> and <code>flag_value</code> use the flag value instead of leaving an internal placeholder. :issue:<code>2001</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="/~https://github.com/pallets/click/commit/41f5b7a7967bb65910e8837bd4e8542a18feec6c"><code>41f5b7a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2096">#2096</a> from pallets/release-8.0.3</li> <li><a href="/~https://github.com/pallets/click/commit/90fb9f50b08ca10494d5b05fcc7f0943d258f7f0"><code>90fb9f5</code></a> release version 8.0.3</li> <li><a href="/~https://github.com/pallets/click/commit/ba0e9dd535b55166f6fe958863c51dd464caa9c4"><code>ba0e9dd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2095">#2095</a> from pallets/invoke-cast-default</li> <li><a href="/~https://github.com/pallets/click/commit/662a30e4ee3fee7e92edc56a2cd03bbf3200dc4b"><code>662a30e</code></a> invoke type casts default values</li> <li><a href="/~https://github.com/pallets/click/commit/3dde6c51c5015b7eba552348488c2f7bcaa16c69"><code>3dde6c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2093">#2093</a> from alex-ball/patch-1</li> <li><a href="/~https://github.com/pallets/click/commit/f31d564ff26532151b6e45f2be163ceea247a440"><code>f31d564</code></a> click.confirm preserves prompt when readline is imported</li> <li><a href="/~https://github.com/pallets/click/commit/3737511d399d3910ce65450358f3bde065acf8f1"><code>3737511</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2094">#2094</a> from pallets/path-resolve-symlink</li> <li><a href="/~https://github.com/pallets/click/commit/c8ca29bd3581d3c5e36ea0254f6c8cf0bf6c40c4"><code>c8ca29b</code></a> use pathlib to resolve symlinks</li> <li><a href="/~https://github.com/pallets/click/commit/96146c9d0b25d700d00b65c916739bd491dd15e0"><code>96146c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2087">#2087</a> from pallets/release-8.0.2</li> <li><a href="/~https://github.com/pallets/click/commit/a14e7b062e378dd51030d6a472be34626fe6b624"><code>a14e7b0</code></a> release version 8.0.2</li> <li>Additional commits viewable in <a href="/~https://github.com/pallets/click/compare/8.0.1...8.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=click&package-manager=pip&previous-version=8.0.1&new-version=8.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information