dependabot[bot] opened a new pull request, #61690: URL: https://github.com/apache/airflow/pull/61690
Bumps the uv-dependency-updates group with 1 update in the /dev/breeze directory: [rich-click](https://github.com/ewels/rich-click). Updates `rich-click` from 1.8.9 to 1.9.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ewels/rich-click/releases">rich-click's releases</a>.</em></p> <blockquote> <h2>v1.9.7</h2> <ul> <li>Fix <code>click_version</code> check when build metadata is included. [<a href="https://redirect.github.com/ewels/rich-click/pull/324">#324</a>] (<a href="https://github.com/ccoulombe"><code>@ccoulombe</code></a>)</li> </ul> <h2>v1.9.6</h2> <ul> <li>Fix minor Typer incompatibilities, most notably default panel placements.</li> <li>Added <code>default_panels_first</code> config option which places default panels above user-defined panels.</li> <li>Fix to <code>.pyi</code> file [<a href="https://redirect.github.com/ewels/rich-click/pull/319">#319</a>] (<a href="https://github.com/nemowang2003"><code>@nemowang2003</code></a>)</li> </ul> <h2>v1.9.5</h2> <ul> <li>Fix <code>no_args_is_help</code> for Typer CLIs. [<a href="https://redirect.github.com/ewels/rich-click/issues/313">#313</a>]</li> <li>Fix strange encoding issue on Windows in GH Actions [<a href="https://redirect.github.com/ewels/rich-click/issues/314">#314</a>]</li> </ul> <h2>1.9.5.dev0</h2> <ul> <li>Fix <code>no_args_is_help</code> for Typer CLIs. [<a href="https://redirect.github.com/ewels/rich-click/issues/313">#313</a>]</li> <li>Fix strange encoding issue on Windows in GH Actions [<a href="https://redirect.github.com/ewels/rich-click/issues/314">#314</a>]</li> </ul> <h2>v1.9.4</h2> <ul> <li>Added Typer 0.20 support</li> <li>Fix lack of support for <code>flag_value=...</code>.</li> </ul> <h2>v1.9.3</h2> <ul> <li>Fixed subcommand discovery in help text. Behavior should now be the same as <code>1.8</code>. [<a href="https://redirect.github.com/ewels/rich-click/pull/304">#304</a>]</li> </ul> <h2>v1.9.3.dev0</h2> <ul> <li>Fixed subcommand discovery in help text. Behavior should now be the same as <code>1.8</code>. [<a href="https://redirect.github.com/ewels/rich-click/pull/304">#304</a>]</li> </ul> <h2>v1.9.2</h2> <ul> <li>Fixed legacy Windows rendering</li> <li>Fix issue with parent <code>click.Group</code> and child <code>rich_click.RichCommand</code> error formatter not resolving.</li> <li>Add headers to tables (by default these are not shown).</li> </ul> <h2>v1.9.2.dev0</h2> <ul> <li>Fixed legacy windows rendering</li> <li>Fix issue with parent <code>click.Group</code> and child <code>rich_click.RichCommand</code> error formatter not resolving.</li> <li>Add headers to tables (by default these are not shown).</li> </ul> <h2>v1.9.1</h2> <ul> <li>Fixed bug where running the <code>rich-click</code> CLI on a <code>@rich_click.argument()</code> sometimes caused arguments show up in the option panel when it shouldn't.</li> <li>Slightly reduced horizontal padding of the <code>modern</code> theme format.</li> <li>Fixed Click 8.3 compatibility with rendering defaults in help text.</li> </ul> <h2>v1.9.0</h2> <blockquote> <p>[!WARNING] Version 1.9.0 deprecates support for a lot of old versions of things:</p> <ul> <li><strong>Python 3.7 support is removed.</strong> The minimum supported Python version is 3.8.</li> <li><strong>Click 7 support is removed.</strong> The minimum supported Click version is 8.0.</li> <li><strong>Rich 10 and 11 support is removed.</strong> The minimum supported Rich version is 12.</li> </ul> </blockquote> <blockquote> <p>[!WARNING]</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ewels/rich-click/blob/main/CHANGELOG.md">rich-click's changelog</a>.</em></p> <blockquote> <h2>Version 1.9.7 (2026-01-30)</h2> <ul> <li>Fix <code>click_version</code> check when build metadata is included. [<a href="https://redirect.github.com/ewels/rich-click/pull/324">#324</a>] (<a href="https://github.com/ccoulombe"><code>@ccoulombe</code></a>)</li> </ul> <h2>Version 1.9.6 (2026-01-21)</h2> <ul> <li>Fix minor Typer incompatibilities, most notably default panel placements.</li> <li>Added <code>default_panels_first</code> config option which places default panels above user-defined panels.</li> <li>Fix to <code>.pyi</code> file [<a href="https://redirect.github.com/ewels/rich-click/pull/319">#319</a>] (<a href="https://github.com/nemowang2003"><code>@nemowang2003</code></a>)</li> </ul> <h2>Version 1.9.5 (2025-12-21)</h2> <ul> <li>Fix <code>no_args_is_help</code> for Typer CLIs. [<a href="https://redirect.github.com/ewels/rich-click/issues/313">#313</a>]</li> <li>Fix strange encoding issue on Windows in GH Actions [<a href="https://redirect.github.com/ewels/rich-click/issues/314">#314</a>]</li> </ul> <h2>Version 1.9.4 (2025-10-24)</h2> <ul> <li>Added Typer 0.20 support</li> <li>Fix lack of support for <code>flag_value=...</code>.</li> </ul> <h2>Version 1.9.3 (2025-10-09)</h2> <ul> <li>Fixed subcommand discovery in help text. Behavior should now be the same as <code>1.8</code>. [<a href="https://redirect.github.com/ewels/rich-click/pull/304">#304</a>]</li> </ul> <h2>Version 1.9.2 (2025-10-04)</h2> <ul> <li>Fixed legacy windows rendering</li> <li>Fix issue with parent <code>click.Group</code> and child <code>rich_click.RichCommand</code> error formatter not resolving.</li> <li>Add headers to tables (by default these are not shown).</li> </ul> <h2>Version 1.9.1 (2025-09-20)</h2> <ul> <li>Fixed bug where running the <code>rich-click</code> CLI on a <code>@rich_click.argument()</code> sometimes caused arguments show up in the option panel when it shouldn't.</li> <li>Slightly reduced horizontal padding of the <code>modern</code> theme format.</li> <li>Fixed Click 8.3 compatibility with rendering defaults in help text.</li> </ul> <h2>Version 1.9.0 (2025-09-16)</h2> <blockquote> <p>[!WARNING] Version 1.9.0 deprecates support for a lot of old versions of things:</p> <ul> <li><strong>Python 3.7 support is removed.</strong> The minimum supported Python version is 3.8.</li> <li><strong>Click 7 support is removed.</strong> The minimum supported Click version is 8.0.</li> <li><strong>Rich 10 and 11 support is removed.</strong> The minimum supported Rich version is 12.</li> </ul> </blockquote> <blockquote> <p>[!WARNING] Version 1.9.0 introduces a minor breaking change: The <code>DEFAULT_STRING</code>, <code>ENVVAR_STRING</code>, <code>REQUIRED_STRING</code>, and <code>DEPRECATED_STRING</code> config options are now rendered with <code>Text.from_markup</code>. So for example, <code>REQUIRED_STRING = "[required]"</code> would be rendered as Rich markup. You must now escape the rich markup: <code>REQUIRED_STRING = "\\[required]"</code></p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ewels/rich-click/commit/7f554a3f048917f17ea5089ae7332c46951136f0"><code>7f554a3</code></a> version bump</li> <li><a href="https://github.com/ewels/rich-click/commit/8fc129c15def897c000280ee57a2e88c0b0b4e5b"><code>8fc129c</code></a> click_version fix (<a href="https://redirect.github.com/ewels/rich-click/issues/324">#324</a>)</li> <li><a href="https://github.com/ewels/rich-click/commit/0eed6b20bb91f4123d445c21e840fba217f7b4f7"><code>0eed6b2</code></a> Generate new screengrabs with rich-codex</li> <li><a href="https://github.com/ewels/rich-click/commit/7f2bb5ab52cdb289459f324fb603c177915a7da3"><code>7f2bb5a</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/323">#323</a> from dwreeves/fix-rich-14-3-tests</li> <li><a href="https://github.com/ewels/rich-click/commit/e9c8b133bc100a9bf03191cbbcc497d39d0af6b3"><code>e9c8b13</code></a> Fix failing unit-tests</li> <li><a href="https://github.com/ewels/rich-click/commit/5cb336fd257bc9670fba103a44185f75eb07b8de"><code>5cb336f</code></a> Generate new screengrabs with rich-codex</li> <li><a href="https://github.com/ewels/rich-click/commit/9096d02dbeda5c24d4bf5c363077b03111960a1c"><code>9096d02</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/320">#320</a> from dwreeves/minor-typer-compat-fixes</li> <li><a href="https://github.com/ewels/rich-click/commit/f5e4b108fa9965cf14fc745d289538719d9f5891"><code>f5e4b10</code></a> Fix Typer incompatibilities</li> <li><a href="https://github.com/ewels/rich-click/commit/cf09124fd4fae9fea061c1af0c3ca49eb45f3398"><code>cf09124</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/319">#319</a> from nemowang2003/fix-pyi</li> <li><a href="https://github.com/ewels/rich-click/commit/d97ac2d49280ce973c15b945c7403d094a1e9e46"><code>d97ac2d</code></a> Fix incorrect type hint in rich_command.pyi</li> <li>Additional commits viewable in <a href="https://github.com/ewels/rich-click/compare/v1.8.9...v1.9.7">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
