Skip to content

Commit 32d93eb

Browse files
Upgrade: [dependabot] - bump click from 8.2.0 to 8.2.1 (#1698)
Bumps [click](https://github.com/pallets/click) from 8.2.0 to 8.2.1. <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.2.1</h2> <p>This is the Click 8.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.</p> <p>PyPI: <a href="https://pypi.org/project/click/8.2.1/">https://pypi.org/project/click/8.2.1/</a> Changes: <a href="https://click.palletsprojects.com/page/changes/#version-8-2-1">https://click.palletsprojects.com/page/changes/#version-8-2-1</a> Milestone: <a href="https://github.com/pallets/click/milestone/24?closed=1">https://github.com/pallets/click/milestone/24?closed=1</a></p> <ul> <li>Fix flag value handling for flag options with a provided type. <a href="https://redirect.github.com/pallets/click/issues/2894">#2894</a> <a href="https://redirect.github.com/pallets/click/issues/2897">#2897</a></li> <li>Fix shell completion for nested groups. <a href="https://redirect.github.com/pallets/click/issues/2906">#2906</a></li> <li>Flush <code>sys.stderr</code> at the end of <code>CliRunner.invoke</code>. <a href="https://redirect.github.com/pallets/click/issues/2682">#2682</a></li> <li>Fix EOF handling for stdin input in <code>CliRunner</code>. <a href="https://redirect.github.com/pallets/click/issues/2787">#2787</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.2.1</h2> <p>Released 2025-05-20</p> <ul> <li>Fix flag value handling for flag options with a provided type. :issue:<code>2894</code> :issue:<code>2897</code> :pr:<code>2930</code></li> <li>Fix shell completion for nested groups. :issue:<code>2906</code> :pr:<code>2907</code></li> <li>Flush <code>sys.stderr</code> at the end of <code>CliRunner.invoke</code>. :issue:<code>2682</code></li> <li>Fix EOF handling for stdin input in CliRunner. :issue:<code>2787</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/fd183b2ced1cb5857784fe7fb22f4982f671f098"><code>fd183b2</code></a> release version 8.2.1</li> <li><a href="https://github.com/pallets/click/commit/262bdf02288daf9a37b9e815b44acafd62b5c6fe"><code>262bdf0</code></a> Raise an exception on end of input in CliRunner (<a href="https://redirect.github.com/pallets/click/issues/2934">#2934</a>)</li> <li><a href="https://github.com/pallets/click/commit/80efdf6c10c51884416d11b3b575f61157af77fa"><code>80efdf6</code></a> Raise an exception on end of input in CliRunner</li> <li><a href="https://github.com/pallets/click/commit/cfa6f4ad3e0078db43f866246b483544afa33ed3"><code>cfa6f4a</code></a> Flush sys.stderr when CliRunner finalizes (<a href="https://redirect.github.com/pallets/click/issues/2933">#2933</a>)</li> <li><a href="https://github.com/pallets/click/commit/f3a4363d1e8383df496adb31f2a6ed037f85380c"><code>f3a4363</code></a> flush sys.stderr when CliRunner.invoke finalizes</li> <li><a href="https://github.com/pallets/click/commit/b7cf06970e40a3144eb963ff34ed7c38934afb40"><code>b7cf069</code></a> fix shell completion for nested groups (<a href="https://redirect.github.com/pallets/click/issues/2935">#2935</a>)</li> <li><a href="https://github.com/pallets/click/commit/7c575d6b466a1e594d5d6df8f0a1c11d7359a821"><code>7c575d6</code></a> parametrize test</li> <li><a href="https://github.com/pallets/click/commit/ac6a2acfdb4550c35ce69ce54db502ba96c96324"><code>ac6a2ac</code></a> Fix shell completion for nested groups</li> <li><a href="https://github.com/pallets/click/commit/884af5c20fdc95c9c7352df35c37273391464fb9"><code>884af5c</code></a> Fix flag value set when is_flag=True and type is provided (<a href="https://redirect.github.com/pallets/click/issues/2930">#2930</a>)</li> <li><a href="https://github.com/pallets/click/commit/4fd2fea0db423d242aedcae0a5f664efe0a93484"><code>4fd2fea</code></a> Fix condition for setting flag value when type is provided</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/8.2.0...8.2.1">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.2.0&new-version=8.2.1)](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>
1 parent be58c42 commit 32d93eb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ black = "^25.1.0"
5050
flake8 = "^7.2.0"
5151
jinja2 = "^3.1.5"
5252
pip-licenses = "^5.0.0"
53-
click = "^8.2.0"
53+
click = "^8.2.1"
5454
rich = "^14.0.0"
5555

5656
[build-system]

0 commit comments

Comments
 (0)