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

   Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.13.0 to 1.14.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mkdocstrings/griffe/releases";>griffe's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.14.0</h2>
   <h2><a 
href="https://github.com/mkdocstrings/griffe/releases/tag/1.14.0";>1.14.0</a> - 
2025-09-05</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/griffe/compare/1.13.0...1.14.0";>Compare 
with 1.13.0</a><!-- raw HTML omitted --></p>
   <h3>Deprecations</h3>
   <ul>
   <li>The <code>on_alias</code> event's signature changed from 
<code>on_alias(self, *, node: AST | ObjectNode, alias: Alias, agent: Visitor | 
Inspector, **kwargs)</code> (an [analysis event][analysis-events]) to 
<code>on_alias(self, *, alias: Alias, loader: GriffeLoader, **kwargs)</code> 
([a load event][load-events]). Use the new signature, or rename your method to 
<code>on_alias_instance</code> to keep the old signature 
(<code>on_alias_instance</code> is a new analysis event that replaces the old 
<code>on_alias</code> one). Backward compatibility is maintained until next 
major version.</li>
   <li>The <code>on_wildcard_expansion</code> event is deprecated. Instead, use 
the <code>on_alias</code> event, and check the 
[<code>wildcard_imported</code>][griffe.Alias.wildcard_imported] boolean 
attribute of aliases.</li>
   <li>The <code>on_package_loaded</code> event is renamed to 
<code>on_package</code>. Backward compatibility is maintained until next major 
version.</li>
   <li>The use of previously exposed Git-related utilities 
(<code>assert_git_repo</code>, <code>get_repo_root</code>, 
<code>get_latest_tag</code> and <code>tmp_worktree</code>) is deprecated, as 
they are not a core part of the library's functionality. These utilities are 
now part of our internal API.</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add <code>analysis</code> attribute on objects and aliases, telling 
whether they were loaded through static or dynamic analysis, or created 
manually (<a 
href="https://github.com/mkdocstrings/griffe/commit/d792a56fcecdf2003791356b857262cba8235f04";>d792a56</a>
 by Timothée Mazzucotelli).</li>
   <li>Expose Git info in objects, allowing to compute a new 
<code>source_link</code> property (see [Source information][source-information] 
in our docs) (<a 
href="https://github.com/mkdocstrings/griffe/commit/2a8d824840b277d9941981583372abf36d3b17fe";>2a8d824</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/361";>Issue-361</a>,
 <a 
href="https://redirect.github.com/mkdocstrings/python/issues/253";>Issue-mkdocstrings-python-253</a></li>
   <li>Add <code>wildcard_imported</code> boolean attribute to aliases, 
deprecate <code>on_wildcard_expansion</code> event (<a 
href="https://github.com/mkdocstrings/griffe/commit/821300db5d43af0ad7a4d82ff2df15a7fa5f63d6";>821300d</a>
 by Timothée Mazzucotelli).</li>
   <li>Add load events that run once a tree is fully constructed, matching 
analysis events but safer to hook onto (see [Load events][load-events] in our 
docs) (<a 
href="https://github.com/mkdocstrings/griffe/commit/77f928aeab857cb45564462a4f849c2df2cca99a";>77f928a</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/346";>Issue-346</a></li>
   </ul>
   <h3>Code Refactoring</h3>
   <ul>
   <li>Provide typed dicts for docstring options (<a 
href="https://github.com/mkdocstrings/griffe/commit/945880a04dcbe6eae31afa5021766533c73edc91";>945880a</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/370";>Issue-370</a></li>
   <li>Allow parenthesized type to be glued (no space) to parameter name in 
Google-style docstrings (<a 
href="https://github.com/mkdocstrings/griffe/commit/4b6f939e12540ce4fb6941f0c95253e3111e7f6f";>4b6f939</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/375";>Issue-375</a></li>
   <li>Improve deprecation warnings for <code>on_alias</code> and 
<code>on_package_loaded</code> (<a 
href="https://github.com/mkdocstrings/griffe/commit/d3e50db055715d1a2b794d7e1cf47e6fdc1c305b";>d3e50db</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md";>griffe's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/mkdocstrings/griffe/releases/tag/1.14.0";>1.14.0</a> - 
2025-09-05</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/griffe/compare/1.13.0...1.14.0";>Compare 
with 1.13.0</a><!-- raw HTML omitted --></p>
   <h3>Deprecations</h3>
   <ul>
   <li>The <code>on_alias</code> event's signature changed from 
<code>on_alias(self, *, node: AST | ObjectNode, alias: Alias, agent: Visitor | 
Inspector, **kwargs)</code> (an [analysis event][analysis-events]) to 
<code>on_alias(self, *, alias: Alias, loader: GriffeLoader, **kwargs)</code> 
([a load event][load-events]). Use the new signature, or rename your method to 
<code>on_alias_instance</code> to keep the old signature 
(<code>on_alias_instance</code> is a new analysis event that replaces the old 
<code>on_alias</code> one). Backward compatibility is maintained until next 
major version.</li>
   <li>The <code>on_wildcard_expansion</code> event is deprecated. Instead, use 
the <code>on_alias</code> event, and check the 
[<code>wildcard_imported</code>][griffe.Alias.wildcard_imported] boolean 
attribute of aliases.</li>
   <li>The <code>on_package_loaded</code> event is renamed to 
<code>on_package</code>. Backward compatibility is maintained until next major 
version.</li>
   <li>The use of previously exposed Git-related utilities 
(<code>assert_git_repo</code>, <code>get_repo_root</code>, 
<code>get_latest_tag</code> and <code>tmp_worktree</code>) is deprecated, as 
they are not a core part of the library's functionality. These utilities are 
now part of our internal API.</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add <code>analysis</code> attribute on objects and aliases, telling 
whether they were loaded through static or dynamic analysis, or created 
manually (<a 
href="https://github.com/mkdocstrings/griffe/commit/d792a56fcecdf2003791356b857262cba8235f04";>d792a56</a>
 by Timothée Mazzucotelli).</li>
   <li>Expose Git info in objects, allowing to compute a new 
<code>source_link</code> property (see [Source information][source-information] 
in our docs) (<a 
href="https://github.com/mkdocstrings/griffe/commit/2a8d824840b277d9941981583372abf36d3b17fe";>2a8d824</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/361";>Issue-361</a>,
 <a 
href="https://redirect.github.com/mkdocstrings/python/issues/253";>Issue-mkdocstrings-python-253</a></li>
   <li>Add <code>wildcard_imported</code> boolean attribute to aliases, 
deprecate <code>on_wildcard_expansion</code> event (<a 
href="https://github.com/mkdocstrings/griffe/commit/821300db5d43af0ad7a4d82ff2df15a7fa5f63d6";>821300d</a>
 by Timothée Mazzucotelli).</li>
   <li>Add load events that run once a tree is fully constructed, matching 
analysis events but safer to hook onto (see [Load events][load-events] in our 
docs) (<a 
href="https://github.com/mkdocstrings/griffe/commit/77f928aeab857cb45564462a4f849c2df2cca99a";>77f928a</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/346";>Issue-346</a></li>
   </ul>
   <h3>Code Refactoring</h3>
   <ul>
   <li>Provide typed dicts for docstring options (<a 
href="https://github.com/mkdocstrings/griffe/commit/945880a04dcbe6eae31afa5021766533c73edc91";>945880a</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/370";>Issue-370</a></li>
   <li>Allow parenthesized type to be glued (no space) to parameter name in 
Google-style docstrings (<a 
href="https://github.com/mkdocstrings/griffe/commit/4b6f939e12540ce4fb6941f0c95253e3111e7f6f";>4b6f939</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/griffe/issues/375";>Issue-375</a></li>
   <li>Improve deprecation warnings for <code>on_alias</code> and 
<code>on_package_loaded</code> (<a 
href="https://github.com/mkdocstrings/griffe/commit/d3e50db055715d1a2b794d7e1cf47e6fdc1c305b";>d3e50db</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/396cc03ba542d7b8d09d6b2e10e55e7d17c2edf5";><code>396cc03</code></a>
 chore: Prepare release 1.14.0</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/b6169cdacb1decdeb7a4b3c4dda68828e8df02c0";><code>b6169cd</code></a>
 docs: Minor fix/improvemt</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/7474343eca8c50c042bca915afaef39692b34bd3";><code>7474343</code></a>
 docs: Remove redudant docstring sections (auto-summarized)</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/d792a56fcecdf2003791356b857262cba8235f04";><code>d792a56</code></a>
 feat: Add <code>analysis</code> attribute on objects and aliases, telling 
whether they w...</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/2a8d824840b277d9941981583372abf36d3b17fe";><code>2a8d824</code></a>
 feat: Expose Git info in objects, allowing to compute a new 
<code>source_link</code> pro...</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/bff6f6151fcac7aed835cd49be2c3c02849340cf";><code>bff6f61</code></a>
 docs: Improve docs for <code>Docstring.source</code></li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/c1290e7f61fa3f26cd9ef2d36fb4948730779279";><code>c1290e7</code></a>
 chore: Add TODO comment</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/945880a04dcbe6eae31afa5021766533c73edc91";><code>945880a</code></a>
 refactor: Provide typed dicts for docstring options</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/f1ad8df92e87211647e7625a45ad84c73f51be98";><code>f1ad8df</code></a>
 ci: Set &quot;deploy&quot; mode when checking docs in CI</li>
   <li><a 
href="https://github.com/mkdocstrings/griffe/commit/b4e9f08bd8e894a69fcbc42f9c220182a4ca2ab9";><code>b4e9f08</code></a>
 style: Remove trailing spaces</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mkdocstrings/griffe/compare/1.13.0...1.14.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=griffe&package-manager=pip&previous-version=1.13.0&new-version=1.14.0)](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>


-- 
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