Skip to content

Commit

Permalink
Bump click from 8.1.3 to 8.1.7 in /src/python (#8)
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.7.
<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.7</h2>
<p>This is a fix release for the 8.1.x feature branch.</p>
<ul>
<li>Changes: <a
href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7</a></li>
<li>Milestone: <a
href="https://github.com/pallets/click/milestone/22?closed=1">https://github.com/pallets/click/milestone/22?closed=1</a></li>
</ul>
<h2>8.1.6</h2>
<p>This is a fix release for the 8.1.x feature branch. If you were
having issues with type checking tools like pyright or mypy not
accepting uses of Click's decorators, this should fix that.</p>
<ul>
<li>Changes: <a
href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6</a></li>
<li>Milestone: <a
href="https://github.com/pallets/click/milestone/21?closed=1">https://github.com/pallets/click/milestone/21?closed=1</a></li>
</ul>
<h2>8.1.5</h2>
<p>This is a fix release for the 8.1.x feature branch. This fixes an
issue with decorator type annotations that caused type checkers to fail
for valid code. There are no runtime behavior changes.</p>
<ul>
<li>Changes: <a
href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5</a></li>
<li>Milestone: <a
href="https://github.com/pallets/click/milestone/20?closed=1">https://github.com/pallets/click/milestone/20?closed=1</a></li>
</ul>
<h2>8.1.4</h2>
<p>This is a fix release for the 8.1.x feature branch.</p>
<ul>
<li>Changes: <a
href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-4">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-4</a></li>
<li>Milestone: <a
href="https://github.com/pallets/click/milestone/19?closed=1">https://github.com/pallets/click/milestone/19?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.7</h2>
<p>Released 2023-08-17</p>
<ul>
<li>Fix issue with regex flags in shell completion.
:issue:<code>2581</code></li>
<li>Bash version detection issues a warning instead of an error.
:issue:<code>2574</code></li>
<li>Fix issue with completion script for Fish shell.
:issue:<code>2567</code></li>
</ul>
<h2>Version 8.1.6</h2>
<p>Released 2023-07-18</p>
<ul>
<li>Fix an issue with type hints for <code>@click.group()</code>.
:issue:<code>2558</code></li>
</ul>
<h2>Version 8.1.5</h2>
<p>Released 2023-07-13</p>
<ul>
<li>Fix an issue with type hints for <code>@click.command()</code>,
<code>@click.option()</code>, and
other decorators. Introduce typing tests. :issue:<code>2558</code></li>
</ul>
<h2>Version 8.1.4</h2>
<p>Released 2023-07-06</p>
<ul>
<li>Replace all <code>typing.Dict</code> occurrences to
<code>typing.MutableMapping</code> for
parameter hints. :issue:<code>2255</code></li>
<li>Improve type hinting for decorators and give all generic types
parameters.
:issue:<code>2398</code></li>
<li>Fix return value and type signature of
<code>shell_completion.add_completion_class</code>
function. :pr:<code>2421</code></li>
<li>Bash version detection doesn't fail on Windows.
:issue:<code>2461</code></li>
<li>Completion works if there is a dot (<code>.</code>) in the program
name. :issue:<code>2166</code></li>
<li>Improve type annotations for pyright type checker.
:issue:<code>2268</code></li>
<li>Improve responsiveness of <code>click.clear()</code>.
:issue:<code>2284</code></li>
<li>Improve command name detection when using Shiv or PEX.
:issue:<code>2332</code></li>
<li>Avoid showing empty lines if command help text is empty.
:issue:<code>2368</code></li>
<li>ZSH completion script works when loaded from <code>fpath</code>.
:issue:<code>2344</code>.</li>
<li><code>EOFError</code> and <code>KeyboardInterrupt</code> tracebacks
are not suppressed when
<code>standalone_mode</code> is disabled. :issue:<code>2380</code></li>
<li><code>@group.command</code> does not fail if the group was created
with a custom
<code>command_class</code>. :issue:<code>2416</code></li>
<li><code>multiple=True</code> is allowed for flag options again and
does not require</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pallets/click/commit/874ca2bc1c30d93a4ac6e36a15ed685eafe89097"><code>874ca2b</code></a>
release version 8.1.7</li>
<li><a
href="https://github.com/pallets/click/commit/6e1f6d3052b6459fa3e43392d728376c423a7d4c"><code>6e1f6d3</code></a>
completion(fish): add back ; as line endings in fish script (<a
href="https://redirect.github.com/pallets/click/issues/2570">#2570</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/a955c77719981af390b6d2349730c590c80e11e9"><code>a955c77</code></a>
update fish enabling script</li>
<li><a
href="https://github.com/pallets/click/commit/3c1529e6bc12118ff5a83b2f81fc52f625367736"><code>3c1529e</code></a>
add back semicolons in fish script</li>
<li><a
href="https://github.com/pallets/click/commit/a260ca6fa7675a87dc55c4c79cebad3de2d9ed6d"><code>a260ca6</code></a>
Replace bash shell completion version error with warning (<a
href="https://redirect.github.com/pallets/click/issues/2576">#2576</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/d9db70cabdc9cb10cd5584464b8adb9a24545b92"><code>d9db70c</code></a>
bash version support shows warning instead of error</li>
<li><a
href="https://github.com/pallets/click/commit/22b9b1ce7945518fa7838321d991f5e766bceb32"><code>22b9b1c</code></a>
Fix incorrect passing of flags to re.sub (<a
href="https://redirect.github.com/pallets/click/issues/2581">#2581</a>)</li>
<li><a
href="https://github.com/pallets/click/commit/d69d2106d821c43507829100f36774bbb7a1092b"><code>d69d210</code></a>
fix flake8 finding</li>
<li><a
href="https://github.com/pallets/click/commit/af2da1ef9b9f7a5a19b6f77d432459afb699f408"><code>af2da1e</code></a>
Fix incorrect passing of flags to re.sub</li>
<li><a
href="https://github.com/pallets/click/commit/bb6a8727aa4aab62e5a388b15c4443fedf422622"><code>bb6a872</code></a>
start version 8.1.7</li>
<li>Additional commits viewable in <a
href="https://github.com/pallets/click/compare/8.1.3...8.1.7">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.1.3&new-version=8.1.7)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 2995441 commit 4728a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cfgv==3.4.0
# via
# -r src/requirements.txt
# pre-commit
click==8.1.3
click==8.1.7
# via
# -r src/requirements.txt
# black
Expand Down

0 comments on commit 4728a43

Please sign in to comment.