dependabot[bot] opened a new pull request, #3435:
URL: https://github.com/apache/iceberg-python/pull/3435

   Bumps [click](https://github.com/pallets/click) from 8.3.3 to 8.4.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.4.1</h2>
   <p>This is the Click 8.4.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.4.1/";>https://pypi.org/project/click/8.4.1/</a>
   Changes: <a 
href="https://click.palletsprojects.com/page/changes/#version-8-4-1";>https://click.palletsprojects.com/page/changes/#version-8-4-1</a>
   Milestone: <a 
href="https://github.com/pallets/click/milestone/32?closed=1";>https://github.com/pallets/click/milestone/32?closed=1</a></p>
   <ul>
   <li><code>get_parameter_source()</code> is available during eager callbacks 
and type conversion again. <a 
href="https://redirect.github.com/pallets/click/issues/3458";>#3458</a> <a 
href="https://redirect.github.com/pallets/click/issues/3484";>#3484</a></li>
   <li>Zsh completion scripts parse correctly on Windows. <a 
href="https://redirect.github.com/pallets/click/issues/3277";>#3277</a> # 
3466</li>
   <li>Shell completion of <code>Choice</code> <code>Enum</code> values 
produces a valid completion result. <a 
href="https://redirect.github.com/pallets/click/issues/3015";>#3015</a></li>
   <li>Fix empty byte-string handling in echo. <a 
href="https://redirect.github.com/pallets/click/issues/3487";>#3487</a></li>
   <li>Fix closed file error with <code>echo_via_pager</code>. <a 
href="https://redirect.github.com/pallets/click/issues/3449";>#3449</a></li>
   </ul>
   <h2>8.4.0</h2>
   <p>This is the Click 8.4.0 feature release. A feature release may include 
new features, remove previously deprecated code, add new deprecation, or 
introduce potentially breaking changes.</p>
   <p>We encourage everyone to upgrade. You can read more about our <a 
href="https://palletsprojects.com/versions";>Version Support Policy</a> on our 
website.</p>
   <p>PyPI: <a 
href="https://pypi.org/project/click/8.4.0/";>https://pypi.org/project/click/8.4.0/</a>
   Changes:  <a 
href="https://click.palletsprojects.com/page/changes/#version-8-4-0";>https://click.palletsprojects.com/page/changes/#version-8-4-0</a>
   Milestone <a 
href="https://github.com/pallets/click/milestone/30";>https://github.com/pallets/click/milestone/30</a></p>
   <ul>
   <li>
   <p><code>ParamType</code> typing improvements. <a 
href="https://redirect.github.com/pallets/click/issues/3371";>#3371</a></p>
   <ul>
   <li>:class:<code>ParamType</code> is now a generic abstract base class,
   parameterized by its converted value type.</li>
   <li>:meth:<code>~ParamType.convert</code> return types are narrowed on all
   concrete types (<code>str</code> for :class:<code>STRING</code>, 
<code>int</code> for
   :class:<code>INT</code>, etc.).</li>
   <li>:meth:<code>~ParamType.to_info_dict</code> returns specific
   :class:<code>~typing.TypedDict</code> subclasses instead of
   <code>dict[str, Any]</code>.</li>
   <li>:class:<code>CompositeParamType</code> and the number-range base are now
   generic with abstract methods.</li>
   </ul>
   </li>
   <li>
   <p>Refactor <code>convert_type</code> to extract type inference into a 
private
   <code>_guess_type</code> helper, and add :func:<code>typing.overload</code> 
signatures.
   <a href="https://redirect.github.com/pallets/click/issues/3372";>#3372</a></p>
   </li>
   <li>
   <p><code>Parameter</code> typing improvements. <a 
href="https://redirect.github.com/pallets/click/issues/2805";>#2805</a></p>
   <ul>
   <li>:class:<code>Parameter</code> is now an abstract base class, making 
explicit
   that it cannot be instantiated directly.</li>
   <li>:attr:<code>Parameter.name</code> is now <code>str</code> instead of 
<code>str | None</code>.
   When <code>expose_value=False</code>, the name is set to 
<code>&quot;&quot;</code> instead
   of <code>None</code>.</li>
   <li>The <code>ctx</code> parameter of 
:meth:<code>Parameter.get_error_hint</code> is now
   typed as <code>Context | None</code>, matching the runtime behavior.</li>
   </ul>
   </li>
   <li>
   <p>Split string values from <code>default_map</code> for parameters with 
<code>nargs &gt; 1</code>
   or :class:<code>Tuple</code> type, matching environment variable 
behavior.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.4.1</h2>
   <p>Released 2026-05-21</p>
   <ul>
   <li><code>get_parameter_source()</code> is available during eager callbacks 
and type
   conversion again. :issue:<code>3458</code> :issue:<code>3484</code></li>
   <li>Zsh completion scripts parse correctly on Windows. 
:issue:<code>3277</code> :pr:<code>3466</code></li>
   <li>Shell completion of <code>Choice</code> <code>Enum</code> values 
produces a valid completion
   result. :issue:<code>3015</code></li>
   <li>Fix empty byte-string handling in echo. :issue:<code>3487</code></li>
   <li>Fix closed file error with <code>echo_via_pager</code>. 
:issue:<code>3449</code></li>
   </ul>
   <h2>Version 8.4.0</h2>
   <p>Released 2026-05-17</p>
   <ul>
   <li>
   <p>:class:<code>ParamType</code> typing improvements. 
:pr:<code>3371</code></p>
   <ul>
   <li>:class:<code>ParamType</code> is now a generic abstract base class,
   parameterized by its converted value type.</li>
   <li>:meth:<code>~ParamType.convert</code> return types are narrowed on all
   concrete types (<code>str</code> for :class:<code>STRING</code>, 
<code>int</code> for
   :class:<code>INT</code>, etc.).</li>
   <li>:meth:<code>~ParamType.to_info_dict</code> returns specific
   :class:<code>~typing.TypedDict</code> subclasses instead of
   <code>dict[str, Any]</code>.</li>
   <li>:class:<code>CompositeParamType</code> and the number-range base are now
   generic with abstract methods.</li>
   </ul>
   </li>
   <li>
   <p>Refactor <code>convert_type</code> to extract type inference into a 
private
   <code>_guess_type</code> helper, and add :func:<code>typing.overload</code> 
signatures.
   :pr:<code>3372</code></p>
   </li>
   <li>
   <p>:class:<code>Parameter</code> typing improvements. 
:pr:<code>2805</code></p>
   <ul>
   <li>:class:<code>Parameter</code> is now an abstract base class, making 
explicit
   that it cannot be instantiated directly.</li>
   <li>:attr:<code>Parameter.name</code> is now <code>str</code> instead of 
<code>str | None</code>.
   When <code>expose_value=False</code>, the name is set to 
<code>&quot;&quot;</code> instead
   of <code>None</code>.</li>
   <li>The <code>ctx</code> parameter of 
:meth:<code>Parameter.get_error_hint</code> is now
   typed as <code>Context | None</code>, matching the runtime behavior.</li>
   </ul>
   </li>
   <li>
   <p>Split string values from <code>default_map</code> for parameters with 
<code>nargs &gt; 1</code>
   or :class:<code>Tuple</code> type, matching environment variable behavior.
   :issue:<code>2745</code> :pr:<code>3364</code></p>
   </li>
   <li>
   <p>Auto-detect <code>type=UNPROCESSED</code> for <code>flag_value</code> of 
non-basic types
   (not <code>str</code>, <code>int</code>, <code>float</code>, or 
<code>bool</code>), so programmer-provided
   Python objects like classes and enum members are passed through unchanged
   instead of being stringified. Previously <code>type=click.UNPROCESSED</code> 
had
   to be set explicitly. :issue:<code>2012</code> :pr:<code>3363</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/6eeb50e948ea136db145280f6f5dd52eca3fa7e5";><code>6eeb50e</code></a>
 release version 8.4.1</li>
   <li><a 
href="https://github.com/pallets/click/commit/67921d5b71584112eebcbf89596b5f0e6d14c49f";><code>67921d5</code></a>
 change log and doc fixes (<a 
href="https://redirect.github.com/pallets/click/issues/3495";>#3495</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/9c41f46a4015700489ad009266edf1f3893d01d1";><code>9c41f46</code></a>
 Fix changelog and version admonitions</li>
   <li><a 
href="https://github.com/pallets/click/commit/6cb34774f20598aa288332f8da02c5aee85448a6";><code>6cb3477</code></a>
 fix skip condition</li>
   <li><a 
href="https://github.com/pallets/click/commit/5ee8e3123d8ddece6c47eff9a7a7d4ca478c4f37";><code>5ee8e31</code></a>
 fix I/O operation on closed file error with CliRunner and echo_via_pager (<a 
href="https://redirect.github.com/pallets/click/issues/3482";>#3482</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/becbde5cf416441627f779e8dd34e57738ee1c1f";><code>becbde5</code></a>
 pager doesn't close std streams</li>
   <li><a 
href="https://github.com/pallets/click/commit/a5f5aa6d4012d256ccca24638f2642fc371e9f77";><code>a5f5aa6</code></a>
 Handle empty bytes in echo (<a 
href="https://redirect.github.com/pallets/click/issues/3493";>#3493</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/4d3db84b251518e97299a38a5ca4bab3d01873a2";><code>4d3db84</code></a>
 handle empty bytes in echo</li>
   <li><a 
href="https://github.com/pallets/click/commit/d42f15b71757de791a5781fb179fd972da9169f5";><code>d42f15b</code></a>
 Fix <code>get_parameter_source()</code> during type conversion and eager 
callbacks (<a 
href="https://redirect.github.com/pallets/click/issues/3484";>#3484</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/0baa8db07736fc7ad3d3eed97d4c73b0059c63e1";><code>0baa8db</code></a>
 Document ctx.params bypass with test and doc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/click/compare/8.3.3...8.4.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=click&package-manager=uv&previous-version=8.3.3&new-version=8.4.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 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to