dependabot[bot] opened a new pull request, #8404: URL: https://github.com/apache/iceberg/pull/8404
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.33.0 to 0.35.1. <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>0.35.1</h2> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.1">0.35.1</a> - 2023-08-26</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.0...0.35.1">Compare with 0.35.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Preserve inherited attribute on alias inherited members (<a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7">1e19e7b</a> by Timothée Mazzucotelli). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>)</li> </ul> <h2>0.35.0</h2> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.0">0.35.0</a> - 2023-08-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.34.0...0.35.0">Compare with 0.34.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add an <code>is_public</code> helper method to guess if an object is public (<a href="https://github.com/mkdocstrings/griffe/commit/b8236391f4ac8b16e9ee861c322e75ea10d6a39b">b823639</a> by Timothée Mazzucotelli).</li> <li>Add option to Google parser allowing to parse Returns sections with or without multiple items (<a href="https://github.com/mkdocstrings/griffe/commit/65fee70cf87399b7da92f054180791de0eb4f22d">65fee70</a> by Antoine Dechaume). [PR <a href="https://redirect.github.com/mkdocstrings/griffe/issues/196">#196</a>](<a href="https://redirect.github.com/mkdocstrings/griffe/pull/196">mkdocstrings/griffe#196</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow passing <code>warn_unknown_params</code> option to Google and Numpy parsers (<a href="https://github.com/mkdocstrings/griffe/commit/5bf07468d38a158f8e58e3e1c562e8d886d83321">5bf0746</a> by Timothée Mazzucotelli).</li> </ul> <h3>Code Refactoring</h3> <ul> <li>Preserve alias members path by re-aliasing members instead of returning target's members (<a href="https://github.com/mkdocstrings/griffe/commit/d400cb13c8b7c250ff1e6b6c8ec9be1c7b6ff989">d400cb1</a> by Timothée Mazzucotelli).</li> </ul> <h2>0.34.0</h2> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.34.0">0.34.0</a> - 2023-08-20</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.33.0...0.34.0">Compare with 0.33.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Allow checking if docstring section is empty or not with <code>if section</code> (<a href="https://github.com/mkdocstrings/griffe/commit/f6cf559db50718e86cde40eae9d14489cabd9ed8">f6cf559</a> by Timothée Mazzucotelli).</li> <li>Implement Functions (or Methods), Classes and Modules docstring sections (<a href="https://github.com/mkdocstrings/griffe/commit/929e6158c093b021ba80773e17613406b38fbf0c">929e615</a> by Timothée Mazzucotelli).</li> <li>Allow passing a docstring parser name instead of its enumeration value (<a href="https://github.com/mkdocstrings/griffe/commit/ce59b7dca69e3a9946a0735405535e296e0ec9c9">ce59b7d</a> by Timothée Mazzucotelli).</li> </ul> <h3>Code Refactoring</h3> <ul> <li>Explicit checks for subprocess runs (<a href="https://github.com/mkdocstrings/griffe/commit/cc3ca2e18877c17fe23e2ceeb1c13e10c9fe46d2">cc3ca2e</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/0.35.1">0.35.1</a> - 2023-08-26</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.0...0.35.1">Compare with 0.35.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Preserve inherited attribute on alias inherited members (<a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7">1e19e7b</a> by Timothée Mazzucotelli). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>)</li> </ul> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.0">0.35.0</a> - 2023-08-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.34.0...0.35.0">Compare with 0.34.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add an <code>is_public</code> helper method to guess if an object is public (<a href="https://github.com/mkdocstrings/griffe/commit/b8236391f4ac8b16e9ee861c322e75ea10d6a39b">b823639</a> by Timothée Mazzucotelli).</li> <li>Add option to Google parser allowing to parse Returns sections with or without multiple items (<a href="https://github.com/mkdocstrings/griffe/commit/65fee70cf87399b7da92f054180791de0eb4f22d">65fee70</a> by Antoine Dechaume). [PR <a href="https://redirect.github.com/mkdocstrings/griffe/issues/196">#196</a>](<a href="https://redirect.github.com/mkdocstrings/griffe/pull/196">mkdocstrings/griffe#196</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow passing <code>warn_unknown_params</code> option to Google and Numpy parsers (<a href="https://github.com/mkdocstrings/griffe/commit/5bf07468d38a158f8e58e3e1c562e8d886d83321">5bf0746</a> by Timothée Mazzucotelli).</li> </ul> <h3>Code Refactoring</h3> <ul> <li>Preserve alias members path by re-aliasing members instead of returning target's members (<a href="https://github.com/mkdocstrings/griffe/commit/d400cb13c8b7c250ff1e6b6c8ec9be1c7b6ff989">d400cb1</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.34.0">0.34.0</a> - 2023-08-20</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.33.0...0.34.0">Compare with 0.33.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Allow checking if docstring section is empty or not with <code>if section</code> (<a href="https://github.com/mkdocstrings/griffe/commit/f6cf559db50718e86cde40eae9d14489cabd9ed8">f6cf559</a> by Timothée Mazzucotelli).</li> <li>Implement Functions (or Methods), Classes and Modules docstring sections (<a href="https://github.com/mkdocstrings/griffe/commit/929e6158c093b021ba80773e17613406b38fbf0c">929e615</a> by Timothée Mazzucotelli).</li> <li>Allow passing a docstring parser name instead of its enumeration value (<a href="https://github.com/mkdocstrings/griffe/commit/ce59b7dca69e3a9946a0735405535e296e0ec9c9">ce59b7d</a> by Timothée Mazzucotelli).</li> </ul> <h3>Code Refactoring</h3> <ul> <li>Explicit checks for subprocess runs (<a href="https://github.com/mkdocstrings/griffe/commit/cc3ca2e18877c17fe23e2ceeb1c13e10c9fe46d2">cc3ca2e</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/griffe/commit/773a624dc7ce7d733848c9ccfb3111a1b3edd482"><code>773a624</code></a> chore: Prepare release 0.35.1</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7"><code>1e19e7b</code></a> fix: Preserve inherited attribute on alias inherited members</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/9ebff10f4b64f1e34786f9629d4d6519b4d07b79"><code>9ebff10</code></a> docs: Fix external link indicator on Chrome</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/bdbbf7194d8ff162d51c8d97203a2ee7c4131424"><code>bdbbf71</code></a> chore: Prepare release 0.35.0</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/b8236391f4ac8b16e9ee861c322e75ea10d6a39b"><code>b823639</code></a> feat: Add an <code>is_public</code> helper method to guess if an object is public</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/d400cb13c8b7c250ff1e6b6c8ec9be1c7b6ff989"><code>d400cb1</code></a> refactor: Preserve alias members path by re-aliasing members instead of retur...</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/5bf07468d38a158f8e58e3e1c562e8d886d83321"><code>5bf0746</code></a> fix: Allow passing <code>warn_unknown_params</code> option to Google and Numpy parsers</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/65fee70cf87399b7da92f054180791de0eb4f22d"><code>65fee70</code></a> feat: Add option to Google parser allowing to parse Returns sections with or ...</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/a357d4f030fc776cc3738ada7f45970811f66db7"><code>a357d4f</code></a> docs: Document parsers options</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/6b943c8fc8e8dcfdc2a0fc9c11a210265b603be7"><code>6b943c8</code></a> docs: Enable auto-summaries</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/griffe/compare/0.33.0...0.35.1">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 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]
