dependabot[bot] opened a new pull request, #3871: URL: https://github.com/apache/iceberg-python/pull/3871
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 2.1.0 to 2.2.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>2.2.0</h2> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/2.2.0">2.2.0</a> - 2026-08-16</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/2.1.0...2.2.0">Compare with 2.1.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Support <code>await</code> expressions (<a href="https://github.com/mkdocstrings/griffe/commit/6b3caab7ce4fdcb1c9386937dad17510d35a3321">6b3caab</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/479">PR-479</a></li> <li>Support unpacking in dict comprehensions (<a href="https://github.com/mkdocstrings/griffe/commit/2d39391cb135febadf339bdea91c1113b74da145">2d39391</a> by mushitoriami). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/475">PR-475</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Forward <code>warn_missing_types</code> to Sphinx return section reader (<a href="https://github.com/mkdocstrings/griffe/commit/a15e782ed0793e06d22105beb016c10cfe0ed4b0">a15e782</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/337">Issue-mkdocstrings-python-337</a></li> <li>Make stringified expressions valid and faithful Python (<a href="https://github.com/mkdocstrings/griffe/commit/eb85f0dd8bf49f4a2400bf03face646d8f533a7c">eb85f0d</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/478">PR-478</a></li> <li>Empty tuples can never be implicit (<a href="https://github.com/mkdocstrings/griffe/commit/82e728dc758f9635d2e500c13caa795b48e36d8a">82e728d</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/474">PR-474</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> <li>Render f-strings and t-strings with correct quote delimiters (<a href="https://github.com/mkdocstrings/griffe/commit/90e28d45ffc998434895c0f73af608cb12f0d6dd">90e28d4</a> by Bartosz Sławecki). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/444">Issue-444</a>, <a href="https://redirect.github.com/mkdocstrings/griffe/pull/455">PR-455</a></li> <li>Detect basic admonitions 'example', 'note' and 'warning' in Google/Numpy docstrings when inferring style (<a href="https://github.com/mkdocstrings/griffe/commit/f30306fa703741f976fc49576ddf95cf29ba998b">f30306f</a> by Timothée Mazzucotelli).</li> <li>Render dict <code>**</code>-unpacking as <code>**value</code> instead of <code>None: value</code> (<a href="https://github.com/mkdocstrings/griffe/commit/74ddbbf22f49e1fb789ac754e3fff41a0ac2f152">74ddbbf</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/467">PR-467</a></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/2.2.0">2.2.0</a> - 2026-08-16</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/2.1.0...2.2.0">Compare with 2.1.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Support <code>await</code> expressions (<a href="https://github.com/mkdocstrings/griffe/commit/6b3caab7ce4fdcb1c9386937dad17510d35a3321">6b3caab</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/479">PR-479</a></li> <li>Support unpacking in dict comprehensions (<a href="https://github.com/mkdocstrings/griffe/commit/2d39391cb135febadf339bdea91c1113b74da145">2d39391</a> by mushitoriami). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/475">PR-475</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Forward <code>warn_missing_types</code> to Sphinx return section reader (<a href="https://github.com/mkdocstrings/griffe/commit/a15e782ed0793e06d22105beb016c10cfe0ed4b0">a15e782</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/337">Issue-mkdocstrings-python-337</a></li> <li>Make stringified expressions valid and faithful Python (<a href="https://github.com/mkdocstrings/griffe/commit/eb85f0dd8bf49f4a2400bf03face646d8f533a7c">eb85f0d</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/478">PR-478</a></li> <li>Empty tuples can never be implicit (<a href="https://github.com/mkdocstrings/griffe/commit/82e728dc758f9635d2e500c13caa795b48e36d8a">82e728d</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/474">PR-474</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> <li>Render f-strings and t-strings with correct quote delimiters (<a href="https://github.com/mkdocstrings/griffe/commit/90e28d45ffc998434895c0f73af608cb12f0d6dd">90e28d4</a> by Bartosz Sławecki). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/444">Issue-444</a>, <a href="https://redirect.github.com/mkdocstrings/griffe/pull/455">PR-455</a></li> <li>Detect basic admonitions 'example', 'note' and 'warning' in Google/Numpy docstrings when inferring style (<a href="https://github.com/mkdocstrings/griffe/commit/f30306fa703741f976fc49576ddf95cf29ba998b">f30306f</a> by Timothée Mazzucotelli).</li> <li>Render dict <code>**</code>-unpacking as <code>**value</code> instead of <code>None: value</code> (<a href="https://github.com/mkdocstrings/griffe/commit/74ddbbf22f49e1fb789ac754e3fff41a0ac2f152">74ddbbf</a> by Vincent Gao). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/467">PR-467</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/griffe/commit/a345344b40f50f8556ee5d08665880ff9251485f"><code>a345344</code></a> chore: Prepare release 2.2.0</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/227933c5d37f0d179580b373348ac5c352271715"><code>227933c</code></a> docs: Document that <code>__all__</code> is actually specified in the language reference...</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/66fad768111f7d86abbb173f88486caa78d0bb3b"><code>66fad76</code></a> chore: Add license header to all Python modules</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/b68ed98a12bb89d61bee3ab87efeff5baf65c6a7"><code>b68ed98</code></a> chore: Update Ruff/ty and fix lints</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/a15e782ed0793e06d22105beb016c10cfe0ed4b0"><code>a15e782</code></a> fix: Forward <code>warn_missing_types</code> to Sphinx return section reader</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/277bfdca9661b0e49d5bcdfed1d2f4df871abb33"><code>277bfdc</code></a> docs: Update comment about public import conventions</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/6b3caab7ce4fdcb1c9386937dad17510d35a3321"><code>6b3caab</code></a> feat: Support <code>await</code> expressions</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/eb85f0dd8bf49f4a2400bf03face646d8f533a7c"><code>eb85f0d</code></a> fix: Make stringified expressions valid and faithful Python</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/82e728dc758f9635d2e500c13caa795b48e36d8a"><code>82e728d</code></a> fix: Empty tuples can never be implicit</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/2d39391cb135febadf339bdea91c1113b74da145"><code>2d39391</code></a> feat: Support unpacking in dict comprehensions</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/griffe/compare/2.1.0...2.2.0">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 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]
