Skip to content

Commit

Permalink
Bump click from 8.0.4 to 8.1.2 (#258)
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 8.0.4 to 8.1.2.
<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.1.2</h2>
<p>This is a fix release for the <a href="https://github.com/pallets/click/releases/tag/8.1.0">8.1.0</a> feature release.</p>
<ul>
<li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-2">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-2</a></li>
<li>Milestone: <a href="https://github.com/pallets/click/milestone/17?closed=1">https://github.com/pallets/click/milestone/17?closed=1</a></li>
</ul>
<h2>8.1.1</h2>
<p>This is a fix release for the <a href="https://github.com/pallets/click/releases/tag/8.1.0">8.1.0</a> feature release.</p>
<ul>
<li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-1">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-1</a></li>
<li>Milestone: <a href="https://github.com/pallets/click/milestone/14?closed=1">https://github.com/pallets/click/milestone/14?closed=1</a></li>
</ul>
<h2>8.1.0</h2>
<p>This is a feature release, which includes new features and removes previously deprecated features. The 8.1.x branch is now the supported bugfix branch, the 8.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as <a href="https://pypi.org/project/pip-tools/">pip-tools</a> to pin all dependencies and control upgrades.</p>
<ul>
<li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0</a></li>
<li>Milestone: <a href="https://github.com/pallets/click/milestone/9?closed=1">https://github.com/pallets/click/milestone/9?closed=1</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.1.2</h2>
<p>Released 2022-03-31</p>
<ul>
<li>Fix error message for readable path check that was mixed up with the
executable check. :pr:<code>2236</code></li>
<li>Restore parameter order for <code>Path</code>, placing the <code>executable</code>
parameter at the end. It is recommended to use keyword arguments
instead of positional arguments. :issue:<code>2235</code></li>
</ul>
<h2>Version 8.1.1</h2>
<p>Released 2022-03-30</p>
<ul>
<li>Fix an issue with decorator typing that caused type checking to
report that a command was not callable. :issue:<code>2227</code></li>
</ul>
<h2>Version 8.1.0</h2>
<p>Released 2022-03-28</p>
<ul>
<li>
<p>Drop support for Python 3.6. :pr:<code>2129</code></p>
</li>
<li>
<p>Remove previously deprecated code. :pr:<code>2130</code></p>
<ul>
<li><code>Group.resultcallback</code> is renamed to <code>result_callback</code>.</li>
<li><code>autocompletion</code> parameter to <code>Command</code> is renamed to
<code>shell_complete</code>.</li>
<li><code>get_terminal_size</code> is removed, use
<code>shutil.get_terminal_size</code> instead.</li>
<li><code>get_os_args</code> is removed, use <code>sys.argv[1:]</code> instead.</li>
</ul>
</li>
<li>
<p>Rely on :pep:<code>538</code> and :pep:<code>540</code> to handle selecting UTF-8 encoding
instead of ASCII. Click's locale encoding detection is removed.
:issue:<code>2198</code></p>
</li>
<li>
<p>Single options boolean flags with <code>show_default=True</code> only show
the default if it is <code>True</code>. :issue:<code>1971</code></p>
</li>
<li>
<p>The <code>command</code> and <code>group</code> decorators can be applied with or
without parentheses. :issue:<code>1359</code></p>
</li>
<li>
<p>The <code>Path</code> type can check whether the target is executable.
:issue:<code>1961</code></p>
</li>
<li>
<p><code>Command.show_default</code> overrides <code>Context.show_default</code>, instead
of the other way around. :issue:<code>1963</code></p>
</li>
<li>
<p>Parameter decorators and <code>@group</code> handles <code>cls=None</code> the same as
not passing <code>cls</code>. <code>@option</code> handles <code>help=None</code> the same as
not passing <code>help</code>. :issue:<code>[#1959](https://github.com/pallets/click/issues/1959)</code></p>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pallets/click/commit/030f53cf677ee1de534359c535d465eed0ec1d99"><code>030f53c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2238">#2238</a> from pallets/release-8.1.2</li>
<li><a href="https://github.com/pallets/click/commit/2f1c35a43652e565802c230dbc47a9a358a0c6fd"><code>2f1c35a</code></a> release version 8.1.2</li>
<li><a href="https://github.com/pallets/click/commit/77dd30f8c54ebbdfbf461cedcd3d1fc1d7673f95"><code>77dd30f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2237">#2237</a> from pallets/param-order</li>
<li><a href="https://github.com/pallets/click/commit/b36bf8f9b36ab7db8cf03cd8eff714dfc33f0c29"><code>b36bf8f</code></a> restore Path param order</li>
<li><a href="https://github.com/pallets/click/commit/a66119abe973f55b4f5e28dbb0da6f3c32c21af7"><code>a66119a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2236">#2236</a> from shadchin/patch-1</li>
<li><a href="https://github.com/pallets/click/commit/92cebe902aa7f03a89f6b261d897964dd9c5fa43"><code>92cebe9</code></a> fix readable path check error message</li>
<li><a href="https://github.com/pallets/click/commit/456fbb6b0053fb01bedf90b64999b0a3c645a3cd"><code>456fbb6</code></a> start version 8.1.2</li>
<li><a href="https://github.com/pallets/click/commit/a41e349ae738c55bce46dfb8715159463074d6e9"><code>a41e349</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2234">#2234</a> from pallets/release-8.1.1</li>
<li><a href="https://github.com/pallets/click/commit/3c301ebacbfe8ec7dc3d9d46ebf517082a8ee4b1"><code>3c301eb</code></a> release version 8.1.1</li>
<li><a href="https://github.com/pallets/click/commit/d5741a2ca2ebc21d525c903f628b1bebad75b735"><code>d5741a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/2233">#2233</a> from henryiii/henryiii/fix/commandtype</li>
<li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/8.0.4...8.1.2">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.4&new-version=8.1.2)](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
dependabot[bot] committed Apr 2, 2022
1 parent 29bad44 commit f3652d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3652d7

Please sign in to comment.