dependabot[bot] opened a new pull request, #62725: URL: https://github.com/apache/airflow/pull/62725
Updates the requirements on [hatchling](https://github.com/pypa/hatch), [virtualenv](https://github.com/pypa/virtualenv), [keyring](https://github.com/jaraco/keyring), [click](https://github.com/pallets/click) and [rich-click](https://github.com/ewels/rich-click) to permit the latest version. Updates `hatchling` from 1.27.0 to 1.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases">hatchling's releases</a>.</em></p> <blockquote> <h2>Hatchling v1.29.0</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Source Date Epoch no longer fails when set to date before 1980.</li> </ul> <h2>Hatchling v1.28.0</h2> <p><em><strong>Changed:</strong></em></p> <ul> <li>Drop support for Python 3.9</li> </ul> <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>sbom-files</code> option and <code>sbom_files</code> build data to the <code>wheel</code> build target for including Software Bill of Materials files.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/hatch/commit/1a74daa6f554e2ec89f2641288e44ed39e5507cc"><code>1a74daa</code></a> Noqa release command to unblock GHA for PRs</li> <li><a href="https://github.com/pypa/hatch/commit/78065f4c54ff16b72e92158f3547d61e420a93f7"><code>78065f4</code></a> For Immutable Releases (<a href="https://redirect.github.com/pypa/hatch/issues/2188">#2188</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/592c0a9c8cbd3e1b5d90cab57af5c17d7484037d"><code>592c0a9</code></a> release Hatchling v1.29.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2186">#2186</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/874059b82d06320d2e15ef909fbdc186a88bcdcc"><code>874059b</code></a> Prerelease doc updates. (<a href="https://redirect.github.com/pypa/hatch/issues/2183">#2183</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/0e31bb64ec76afe9736500cafb6984ddc9c4de6d"><code>0e31bb6</code></a> Immutable releases ci (<a href="https://redirect.github.com/pypa/hatch/issues/2182">#2182</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/f400be159bbd7c016ba5dc591a43753b193eadab"><code>f400be1</code></a> Support a SOURCE_DATE_EPOCH prior to 1980 (<a href="https://redirect.github.com/pypa/hatch/issues/1999">#1999</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/47b55ce0a9907302583db845c14bf5457432c80f"><code>47b55ce</code></a> Fixing failing tests for changes in Rich markdown rendering (<a href="https://redirect.github.com/pypa/hatch/issues/2172">#2172</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/cc4acd668663b60e28f396c540c7acabe09f90be"><code>cc4acd6</code></a> Add a note guiding users to include SBOM files in the source distribution (<a href="https://redirect.github.com/pypa/hatch/issues/2">#2</a>...</li> <li><a href="https://github.com/pypa/hatch/commit/9068758886e57751ff71a59520dcf576c7deea0b"><code>9068758</code></a> Fix <a href="https://redirect.github.com/pypa/hatch/issues/2164">#2164</a> keep_env type error for hatch shell (<a href="https://redirect.github.com/pypa/hatch/issues/2165">#2165</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/bc31cfccc15283a49f62024d3607c7bfad01abe0"><code>bc31cfc</code></a> Fix warning and tests with packaging 26.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2159">#2159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.29.0">compare view</a></li> </ul> </details> <br /> Updates `virtualenv` from 20.39.1 to 21.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>21.0.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>♻️ refactor(discovery): extract py_discovery as self-contained package by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/3070">pypa/virtualenv#3070</a></li> <li>📝 docs(changelog): add removal entry for python-discovery extraction by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/3074">pypa/virtualenv#3074</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.39.1...21.0.0">https://github.com/pypa/virtualenv/compare/20.39.1...21.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h1>Deprecations and Removals - 21.0.0</h1> <ul> <li>The Python discovery logic has been extracted into a standalone <code>python-discovery</code> package on PyPI (<code>documentation <https://python-discovery.readthedocs.io/></code>_) and is now consumed as a dependency. If you previously imported discovery internals directly (e.g. <code>from virtualenv.discovery.py_info import PythonInfo</code>), switch to <code>from python_discovery import PythonInfo</code>. Backward-compatibility re-export shims are provided at <code>virtualenv.discovery.py_info</code>, <code>virtualenv.discovery.py_spec</code>, and <code>virtualenv.discovery.cached_py_info</code>, however these are considered unsupported and may be removed in a future release - by :user:<code>gaborbernat</code>. (:issue:<code>3070</code>)</li> </ul> <hr /> <p>v20.39.1 (2026-02-25)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/76874203f8f89bf7a0d50b4d241c24687c359cc9"><code>7687420</code></a> release 21.0.0</li> <li><a href="https://github.com/pypa/virtualenv/commit/8ec3142abedba95a33644171c8872561a943f3c7"><code>8ec3142</code></a> 📝 docs(changelog): add removal entry for python-discovery extraction (<a href="https://redirect.github.com/pypa/virtualenv/issues/3074">#3074</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/f89d46c0883334ca9f2f7eb3e2339457e7a44673"><code>f89d46c</code></a> ♻️ refactor(discovery): extract py_discovery as self-contained package (<a href="https://redirect.github.com/pypa/virtualenv/issues/3070">#3070</a>)</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.39.1...21.0.0">compare view</a></li> </ul> </details> <br /> Updates `keyring` from 25.6.0 to 25.7.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jaraco/keyring/blob/main/NEWS.rst">keyring's changelog</a>.</em></p> <blockquote> <h1>v25.7.0</h1> <h2>Features</h2> <ul> <li>Improved support for KWallet 6. (<a href="https://redirect.github.com/jaraco/keyring/issues/728">#728</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Removed cruft from Python 3.8. (<a href="https://redirect.github.com/jaraco/keyring/issues/722">#722</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/keyring/commit/38c040133559682902f25fe96496756ee6849820"><code>38c0401</code></a> Finalize</li> <li><a href="https://github.com/jaraco/keyring/commit/e5b7d2a20931fa7f4d53e28eb5dffceb2e82ba6b"><code>e5b7d2a</code></a> Revert "Disable type checking on filter call. Fixes <a href="https://redirect.github.com/jaraco/keyring/issues/659">#659</a>."</li> <li><a href="https://github.com/jaraco/keyring/commit/2ce2d465050d73db8b1b7662c4e53c7b6fa7aafc"><code>2ce2d46</code></a> Add news fragment.</li> <li><a href="https://github.com/jaraco/keyring/commit/4bb5ece9a6959ee71ec464595f64e88951d00fb6"><code>4bb5ece</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/722">#722</a> from hugovk/rm-3.8</li> <li><a href="https://github.com/jaraco/keyring/commit/d7c0aa4e1dbfcde3064c1448dc1fd09c76e93d1d"><code>d7c0aa4</code></a> Merge branch 'main' into rm-3.8</li> <li><a href="https://github.com/jaraco/keyring/commit/ea1d763bfd80bf7cedd95fb040d38fc1d29c3e87"><code>ea1d763</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/721">#721</a> from hugovk/fix-tests</li> <li><a href="https://github.com/jaraco/keyring/commit/30eea9d7769b167be0667ea3aa3722c762e20659"><code>30eea9d</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/keyring/commit/fb6e52cf3f511242f0a9ff2441eb7e29c67f7268"><code>fb6e52c</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/724">#724</a> from dachucky/patch-1</li> <li><a href="https://github.com/jaraco/keyring/commit/9ff845920c4c72031343b17c6a3d605e6247f081"><code>9ff8459</code></a> Generalize the guidance around tox.</li> <li><a href="https://github.com/jaraco/keyring/commit/e7fbfa76a1f675bede0f5654e99add3a0cd66370"><code>e7fbfa7</code></a> Prefer imperative third-person voice.</li> <li>Additional commits viewable in <a href="https://github.com/jaraco/keyring/compare/v25.6.0...v25.7.0">compare view</a></li> </ul> </details> <br /> Updates `hatchling` from 1.27.0 to 1.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases">hatchling's releases</a>.</em></p> <blockquote> <h2>Hatchling v1.29.0</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Source Date Epoch no longer fails when set to date before 1980.</li> </ul> <h2>Hatchling v1.28.0</h2> <p><em><strong>Changed:</strong></em></p> <ul> <li>Drop support for Python 3.9</li> </ul> <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>sbom-files</code> option and <code>sbom_files</code> build data to the <code>wheel</code> build target for including Software Bill of Materials files.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/hatch/commit/1a74daa6f554e2ec89f2641288e44ed39e5507cc"><code>1a74daa</code></a> Noqa release command to unblock GHA for PRs</li> <li><a href="https://github.com/pypa/hatch/commit/78065f4c54ff16b72e92158f3547d61e420a93f7"><code>78065f4</code></a> For Immutable Releases (<a href="https://redirect.github.com/pypa/hatch/issues/2188">#2188</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/592c0a9c8cbd3e1b5d90cab57af5c17d7484037d"><code>592c0a9</code></a> release Hatchling v1.29.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2186">#2186</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/874059b82d06320d2e15ef909fbdc186a88bcdcc"><code>874059b</code></a> Prerelease doc updates. (<a href="https://redirect.github.com/pypa/hatch/issues/2183">#2183</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/0e31bb64ec76afe9736500cafb6984ddc9c4de6d"><code>0e31bb6</code></a> Immutable releases ci (<a href="https://redirect.github.com/pypa/hatch/issues/2182">#2182</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/f400be159bbd7c016ba5dc591a43753b193eadab"><code>f400be1</code></a> Support a SOURCE_DATE_EPOCH prior to 1980 (<a href="https://redirect.github.com/pypa/hatch/issues/1999">#1999</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/47b55ce0a9907302583db845c14bf5457432c80f"><code>47b55ce</code></a> Fixing failing tests for changes in Rich markdown rendering (<a href="https://redirect.github.com/pypa/hatch/issues/2172">#2172</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/cc4acd668663b60e28f396c540c7acabe09f90be"><code>cc4acd6</code></a> Add a note guiding users to include SBOM files in the source distribution (<a href="https://redirect.github.com/pypa/hatch/issues/2">#2</a>...</li> <li><a href="https://github.com/pypa/hatch/commit/9068758886e57751ff71a59520dcf576c7deea0b"><code>9068758</code></a> Fix <a href="https://redirect.github.com/pypa/hatch/issues/2164">#2164</a> keep_env type error for hatch shell (<a href="https://redirect.github.com/pypa/hatch/issues/2165">#2165</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/bc31cfccc15283a49f62024d3607c7bfad01abe0"><code>bc31cfc</code></a> Fix warning and tests with packaging 26.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2159">#2159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.29.0">compare view</a></li> </ul> </details> <br /> Updates `click` to 8.3.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.3.1</h2> <p>This is the Click 8.3.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.3.1/">https://pypi.org/project/click/8.3.1/</a> Changes: <a href="https://click.palletsprojects.com/page/changes/#version-8-3-1">https://click.palletsprojects.com/page/changes/#version-8-3-1</a> Milestone: <a href="https://github.com/pallets/click/milestone/28">https://github.com/pallets/click/milestone/28</a></p> <ul> <li>Don't discard pager arguments by correctly using <code>subprocess.Popen</code>. <a href="https://redirect.github.com/pallets/click/issues/3039">#3039</a> <a href="https://redirect.github.com/pallets/click/issues/3055">#3055</a></li> <li>Replace <code>Sentinel.UNSET</code> default values by <code>None</code> as they're passed through the <code>Context.invoke()</code> method. <a href="https://redirect.github.com/pallets/click/issues/3066">#3066</a> <a href="https://redirect.github.com/pallets/click/issues/3065">#3065</a> <a href="https://redirect.github.com/pallets/click/issues/3068">#3068</a></li> <li>Fix conversion of <code>Sentinel.UNSET</code> happening too early, which caused incorrect behavior for multiple parameters using the same name. <a href="https://redirect.github.com/pallets/click/issues/3071">#3071</a> <a href="https://redirect.github.com/pallets/click/issues/3079">#3079</a></li> <li>Fix rendering when <code>prompt</code> and <code>confirm</code> parameter <code>prompt_suffix</code> is empty. <a href="https://redirect.github.com/pallets/click/issues/3019">#3019</a> <a href="https://redirect.github.com/pallets/click/issues/3021">#3021</a></li> <li>When <code>Sentinel.UNSET</code> is found during parsing, it will skip calls to <code>type_cast_value</code>. <a href="https://redirect.github.com/pallets/click/issues/3069">#3069</a> <a href="https://redirect.github.com/pallets/click/issues/3090">#3090</a></li> <li>Hide <code>Sentinel.UNSET</code> values as <code>None</code> when looking up for other parameters through the context inside parameter callbacks. <a href="https://redirect.github.com/pallets/click/issues/3136">#3136</a> <a href="https://redirect.github.com/pallets/click/issues/3137">#3137</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.3.1</h2> <p>Released 2025-11-15</p> <ul> <li>Don't discard pager arguments by correctly using <code>subprocess.Popen</code>. :issue:<code>3039</code> :pr:<code>3055</code></li> <li>Replace <code>Sentinel.UNSET</code> default values by <code>None</code> as they're passed through the <code>Context.invoke()</code> method. :issue:<code>3066</code> :issue:<code>3065</code> :pr:<code>3068</code></li> <li>Fix conversion of <code>Sentinel.UNSET</code> happening too early, which caused incorrect behavior for multiple parameters using the same name. :issue:<code>3071</code> :pr:<code>3079</code></li> <li>Hide <code>Sentinel.UNSET</code> values as <code>None</code> when looking up for other parameters through the context inside parameter callbacks. :issue:<code>3136</code> :pr:<code>3137</code></li> <li>Fix rendering when <code>prompt</code> and <code>confirm</code> parameter <code>prompt_suffix</code> is empty. :issue:<code>3019</code> :pr:<code>3021</code></li> <li>When <code>Sentinel.UNSET</code> is found during parsing, it will skip calls to <code>type_cast_value</code>. :issue:<code>3069</code> :pr:<code>3090</code></li> </ul> <h2>Version 8.3.0</h2> <p>Released 2025-09-17</p> <ul> <li> <p><strong>Improved flag option handling</strong>: Reworked the relationship between <code>flag_value</code> and <code>default</code> parameters for better consistency:</p> <ul> <li>The <code>default</code> parameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)</li> <li>Exception: flag options with <code>default=True</code> maintain backward compatibility by defaulting to their <code>flag_value</code></li> <li>The <code>default</code> parameter can now be any type (<code>bool</code>, <code>None</code>, etc.)</li> <li>Fixes inconsistencies reported in: :issue:<code>1992</code> :issue:<code>2514</code> :issue:<code>2610</code> :issue:<code>3024</code> :pr:<code>3030</code></li> </ul> </li> <li> <p>Allow <code>default</code> to be set on <code>Argument</code> for <code>nargs = -1</code>. :issue:<code>2164</code> :pr:<code>3030</code></p> </li> <li> <p>Show correct auto complete value for <code>nargs</code> option in combination with flag option :issue:<code>2813</code></p> </li> <li> <p>Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:<code>2995</code> :pr:<code>3013</code></p> </li> <li> <p>Lazily import <code>shutil</code>. :pr:<code>3023</code></p> </li> <li> <p>Properly forward exception information to resources registered with <code>click.core.Context.with_resource()</code>. :issue:<code>2447</code> :pr:<code>3058</code></p> </li> <li> <p>Fix regression related to EOF handling in <code>CliRunner</code>. :issue:<code>2939</code> :pr:<code>2940</code></p> </li> </ul> <h2>Version 8.2.2</h2> <p>Released 2025-07-31</p> <ul> <li>Fix reconciliation of <code>default</code>, <code>flag_value</code> and <code>type</code> parameters for flag options, as well as parsing and normalization of environment variables.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/1d038f270701498433cb432f54db89f95f07a845"><code>1d038f2</code></a> release version 8.3.1</li> <li><a href="https://github.com/pallets/click/commit/03f3889f505d0c9ca4f9d6810f9e4ba2799f2a66"><code>03f3889</code></a> Fix Ruff UP038 warning (<a href="https://redirect.github.com/pallets/click/issues/3141">#3141</a>)</li> <li><a href="https://github.com/pallets/click/commit/3867781222cb63693ca67df94352d29d8e6e2770"><code>3867781</code></a> Fix Ruff UP038 warning</li> <li><a href="https://github.com/pallets/click/commit/b91bb9548a5617b1197add95e084d569f57149c3"><code>b91bb95</code></a> Provide altered context to callbacks to hide <code>UNSET</code> values as <code>None</code> (<a href="https://redirect.github.com/pallets/click/issues/3137">#3137</a>)</li> <li><a href="https://github.com/pallets/click/commit/437e1e3295c7ec979fc1bf285bb402ca20d847e7"><code>437e1e3</code></a> Temporarily provide a fake context to the callback to hide <code>UNSET</code> values as ...</li> <li><a href="https://github.com/pallets/click/commit/ea70da487b05d6bb758d472a3a9ffab4a5b7fcd5"><code>ea70da4</code></a> Don't test using a file in docs/ (<a href="https://redirect.github.com/pallets/click/issues/3102">#3102</a>)</li> <li><a href="https://github.com/pallets/click/commit/e27b307462b725722f620c69dd1d5509c032d18a"><code>e27b307</code></a> Make <code>uv run --all-extras pyright --verifytypes click</code> pass (<a href="https://redirect.github.com/pallets/click/issues/3072">#3072</a>)</li> <li><a href="https://github.com/pallets/click/commit/a92c573f3195c9da3058eadf1735d38af186d22c"><code>a92c573</code></a> Fix test_edit to work with BSD sed (<a href="https://redirect.github.com/pallets/click/issues/3129">#3129</a>)</li> <li><a href="https://github.com/pallets/click/commit/bd131e1ab63da2281d6dd9b8205ad2eb5a085468"><code>bd131e1</code></a> Fix test_edit to work with BSD sed</li> <li><a href="https://github.com/pallets/click/commit/0b5c6b75f617e6ee2f9f6dcd071b8a4bf183d1ed"><code>0b5c6b7</code></a> Add Best practices section (<a href="https://redirect.github.com/pallets/click/issues/3127">#3127</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/8.1.8...8.3.1">compare view</a></li> </ul> </details> <br /> Updates `rich-click` 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> </blockquote> </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.7.1...v1.9.7">compare view</a></li> </ul> </details> <br /> Updates `hatchling` from 1.27.0 to 1.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases">hatchling's releases</a>.</em></p> <blockquote> <h2>Hatchling v1.29.0</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Source Date Epoch no longer fails when set to date before 1980.</li> </ul> <h2>Hatchling v1.28.0</h2> <p><em><strong>Changed:</strong></em></p> <ul> <li>Drop support for Python 3.9</li> </ul> <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>sbom-files</code> option and <code>sbom_files</code> build data to the <code>wheel</code> build target for including Software Bill of Materials files.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/hatch/commit/1a74daa6f554e2ec89f2641288e44ed39e5507cc"><code>1a74daa</code></a> Noqa release command to unblock GHA for PRs</li> <li><a href="https://github.com/pypa/hatch/commit/78065f4c54ff16b72e92158f3547d61e420a93f7"><code>78065f4</code></a> For Immutable Releases (<a href="https://redirect.github.com/pypa/hatch/issues/2188">#2188</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/592c0a9c8cbd3e1b5d90cab57af5c17d7484037d"><code>592c0a9</code></a> release Hatchling v1.29.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2186">#2186</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/874059b82d06320d2e15ef909fbdc186a88bcdcc"><code>874059b</code></a> Prerelease doc updates. (<a href="https://redirect.github.com/pypa/hatch/issues/2183">#2183</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/0e31bb64ec76afe9736500cafb6984ddc9c4de6d"><code>0e31bb6</code></a> Immutable releases ci (<a href="https://redirect.github.com/pypa/hatch/issues/2182">#2182</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/f400be159bbd7c016ba5dc591a43753b193eadab"><code>f400be1</code></a> Support a SOURCE_DATE_EPOCH prior to 1980 (<a href="https://redirect.github.com/pypa/hatch/issues/1999">#1999</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/47b55ce0a9907302583db845c14bf5457432c80f"><code>47b55ce</code></a> Fixing failing tests for changes in Rich markdown rendering (<a href="https://redirect.github.com/pypa/hatch/issues/2172">#2172</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/cc4acd668663b60e28f396c540c7acabe09f90be"><code>cc4acd6</code></a> Add a note guiding users to include SBOM files in the source distribution (<a href="https://redirect.github.com/pypa/hatch/issues/2">#2</a>...</li> <li><a href="https://github.com/pypa/hatch/commit/9068758886e57751ff71a59520dcf576c7deea0b"><code>9068758</code></a> Fix <a href="https://redirect.github.com/pypa/hatch/issues/2164">#2164</a> keep_env type error for hatch shell (<a href="https://redirect.github.com/pypa/hatch/issues/2165">#2165</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/bc31cfccc15283a49f62024d3607c7bfad01abe0"><code>bc31cfc</code></a> Fix warning and tests with packaging 26.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2159">#2159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.29.0">compare view</a></li> </ul> </details> <br /> Updates `hatchling` from 1.27.0 to 1.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases">hatchling's releases</a>.</em></p> <blockquote> <h2>Hatchling v1.29.0</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Source Date Epoch no longer fails when set to date before 1980.</li> </ul> <h2>Hatchling v1.28.0</h2> <p><em><strong>Changed:</strong></em></p> <ul> <li>Drop support for Python 3.9</li> </ul> <p><em><strong>Added:</strong></em></p> <ul> <li>Add <code>sbom-files</code> option and <code>sbom_files</code> build data to the <code>wheel</code> build target for including Software Bill of Materials files.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/hatch/commit/1a74daa6f554e2ec89f2641288e44ed39e5507cc"><code>1a74daa</code></a> Noqa release command to unblock GHA for PRs</li> <li><a href="https://github.com/pypa/hatch/commit/78065f4c54ff16b72e92158f3547d61e420a93f7"><code>78065f4</code></a> For Immutable Releases (<a href="https://redirect.github.com/pypa/hatch/issues/2188">#2188</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/592c0a9c8cbd3e1b5d90cab57af5c17d7484037d"><code>592c0a9</code></a> release Hatchling v1.29.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2186">#2186</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/874059b82d06320d2e15ef909fbdc186a88bcdcc"><code>874059b</code></a> Prerelease doc updates. (<a href="https://redirect.github.com/pypa/hatch/issues/2183">#2183</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/0e31bb64ec76afe9736500cafb6984ddc9c4de6d"><code>0e31bb6</code></a> Immutable releases ci (<a href="https://redirect.github.com/pypa/hatch/issues/2182">#2182</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/f400be159bbd7c016ba5dc591a43753b193eadab"><code>f400be1</code></a> Support a SOURCE_DATE_EPOCH prior to 1980 (<a href="https://redirect.github.com/pypa/hatch/issues/1999">#1999</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/47b55ce0a9907302583db845c14bf5457432c80f"><code>47b55ce</code></a> Fixing failing tests for changes in Rich markdown rendering (<a href="https://redirect.github.com/pypa/hatch/issues/2172">#2172</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/cc4acd668663b60e28f396c540c7acabe09f90be"><code>cc4acd6</code></a> Add a note guiding users to include SBOM files in the source distribution (<a href="https://redirect.github.com/pypa/hatch/issues/2">#2</a>...</li> <li><a href="https://github.com/pypa/hatch/commit/9068758886e57751ff71a59520dcf576c7deea0b"><code>9068758</code></a> Fix <a href="https://redirect.github.com/pypa/hatch/issues/2164">#2164</a> keep_env type error for hatch shell (<a href="https://redirect.github.com/pypa/hatch/issues/2165">#2165</a>)</li> <li><a href="https://github.com/pypa/hatch/commit/bc31cfccc15283a49f62024d3607c7bfad01abe0"><code>bc31cfc</code></a> Fix warning and tests with packaging 26.0 (<a href="https://redirect.github.com/pypa/hatch/issues/2159">#2159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.29.0">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 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]
