dependabot[bot] opened a new pull request, #52658: URL: https://github.com/apache/airflow/pull/52658
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. <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> <h2>Version 8.2.0</h2> <p>Released 2025-05-10</p> <ul> <li> <p>Drop support for Python 3.7, 3.8, and 3.9. :pr:<code>2588</code> :pr:<code>2893</code></p> </li> <li> <p>Use modern packaging metadata with <code>pyproject.toml</code> instead of <code>setup.cfg</code>. :pr:<code>2438</code></p> </li> <li> <p>Use <code>flit_core</code> instead of <code>setuptools</code> as build backend. :pr:<code>2543</code></p> </li> <li> <p>Deprecate the <code>__version__</code> attribute. Use feature detection, or <code>importlib.metadata.version("click")</code>, instead. :issue:<code>2598</code></p> </li> <li> <p><code>BaseCommand</code> is deprecated. <code>Command</code> is the base class for all commands. :issue:<code>2589</code></p> </li> <li> <p><code>MultiCommand</code> is deprecated. <code>Group</code> is the base class for all group commands. :issue:<code>2590</code></p> </li> <li> <p>The current parser and related classes and methods, are deprecated. :issue:<code>2205</code></p> <ul> <li><code>OptionParser</code> and the <code>parser</code> module, which is a modified copy of <code>optparse</code> in the standard library.</li> <li><code>Context.protected_args</code> is unneeded. <code>Context.args</code> contains any remaining arguments while parsing.</li> <li><code>Parameter.add_to_parser</code> (on both <code>Argument</code> and <code>Option</code>) is unneeded. Parsing works directly without building a separate parser.</li> <li><code>split_arg_string</code> is moved from <code>parser</code> to <code>shell_completion</code>.</li> </ul> </li> <li> <p>Enable deferred evaluation of annotations with <code>from __future__ import annotations</code>. :pr:<code>2270</code></p> </li> <li> <p>When generating a command's name from a decorated function's name, the suffixes <code>_command</code>, <code>_cmd</code>, <code>_group</code>, and <code>_grp</code> are removed. :issue:<code>2322</code></p> </li> <li> <p>Show the <code>types.ParamType.name</code> for <code>types.Choice</code> options within <code>--help</code> message if <code>show_choices=False</code> is specified. :issue:<code>2356</code></p> </li> <li> <p>Do not display default values in prompts when <code>Option.show_default</code> is <code>False</code>. :pr:<code>2509</code></p> </li> <li> <p>Add <code>get_help_extra</code> method on <code>Option</code> to fetch the generated extra items used in <code>get_help_record</code> to render help text. :issue:<code>2516</code> :pr:<code>2517</code></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.1.8...8.2.1">compare view</a></li> </ul> </details> <br /> 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
