dependabot[bot] opened a new pull request, #7904: URL: https://github.com/apache/iceberg/pull/7904
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.29.0 to 0.29.1. <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.29.1">0.29.1</a> - 2023-06-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.29.0...0.29.1">Compare with 0.29.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix detection of optional and default in Numpydoc-style parameters (<a href="https://github.com/mkdocstrings/griffe/commit/3509106399c5475ef71bb074dfa8f885e6759058">3509106</a> by Timothée Mazzucotelli). [Issue <a href="https://redirect.github.com/mkdocstrings/griffe/issues/165">#165</a>](<a href="https://redirect.github.com/mkdocstrings/griffe/issues/165">mkdocstrings/griffe#165</a>)</li> <li>Fallback to string literal when parsing fails with syntax error (<a href="https://github.com/mkdocstrings/griffe/commit/53827c8c073e55a7f6d8ef61b36e9baf51f1c2bc">53827c8</a> by Timothée Mazzucotelli). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/80">mkdocstrings/python#80</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/80">mkdocstrings/python#80</a>)</li> <li>Don't mutate finder's import paths (<a href="https://github.com/mkdocstrings/griffe/commit/a9e025a16571b83713ce44f2be2356e498a847a2">a9e025a</a> by Timothée Mazzucotelli).</li> <li>Respect <code>external</code> when expanding wildcards (<a href="https://github.com/mkdocstrings/griffe/commit/8ef92c873db175dbd35e6d09277f6023a8fde32d">8ef92c8</a> by Timothée Mazzucotelli).</li> <li>Extract actual type for yielded/received values (<a href="https://github.com/mkdocstrings/griffe/commit/3ea37ba2bcafea47f4b28bab6ae916ecb921b5ce">3ea37ba</a> by Timothée Mazzucotelli). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/75">mkdocstrings/python#75</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/75">mkdocstrings/python#75</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>Improve error handling when importing a module (<a href="https://github.com/mkdocstrings/griffe/commit/a732e217622cc5ab2161479b9dde0ce59e2361af">a732e21</a> by Timothée Mazzucotelli).</li> <li>Improve tests helpers (accept all visit/inspection parameters) (<a href="https://github.com/mkdocstrings/griffe/commit/6da586963cddff4dceadcd4b485dbb805830b6ea">6da5869</a> by Timothée Mazzucotelli).</li> <li>Allow passing a modules collection to the inspector, for consistency with the visitor (<a href="https://github.com/mkdocstrings/griffe/commit/5f73a28a09a4b445fa253356034c5ef40b9ecfec">5f73a28</a> by Timothée Mazzucotelli).</li> <li>Always add import path of module to inspect when it has a file path (<a href="https://github.com/mkdocstrings/griffe/commit/4021e6fe9f5e06543f9709e7ae42f6ad8cd0b093">4021e6f</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/griffe/commit/504593b1706190ec573e2b078173220f5c7ad6bb"><code>504593b</code></a> chore: Prepare release 0.29.1</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/f6650be8a2e30a4faf3644dd60bdea57ec2b7e61"><code>f6650be</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/3509106399c5475ef71bb074dfa8f885e6759058"><code>3509106</code></a> fix: Fix detection of optional and default in Numpydoc-style parameters</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/53827c8c073e55a7f6d8ef61b36e9baf51f1c2bc"><code>53827c8</code></a> fix: Fallback to string literal when parsing fails with syntax error</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/a9e025a16571b83713ce44f2be2356e498a847a2"><code>a9e025a</code></a> fix: Don't mutate finder's import paths</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/8ef92c873db175dbd35e6d09277f6023a8fde32d"><code>8ef92c8</code></a> fix: Respect <code>external</code> when expanding wildcards</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/a732e217622cc5ab2161479b9dde0ce59e2361af"><code>a732e21</code></a> refactor: Improve error handling when importing a module</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/6da586963cddff4dceadcd4b485dbb805830b6ea"><code>6da5869</code></a> refactor: Improve tests helpers (accept all visit/inspection parameters)</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/5f73a28a09a4b445fa253356034c5ef40b9ecfec"><code>5f73a28</code></a> refactor: Allow passing a modules collection to the inspector, for consistenc...</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/4021e6fe9f5e06543f9709e7ae42f6ad8cd0b093"><code>4021e6f</code></a> refactor: Always add import path of module to inspect when it has a file path</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/griffe/compare/0.29.0...0.29.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 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]
