dependabot[bot] opened a new pull request, #1125: URL: https://github.com/apache/iceberg-python/pull/1125
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/autorefs/releases">mkdocs-autorefs's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.2.0">1.2.0</a> - 2024-09-01</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.1.0...1.2.0">Compare with 1.1.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (<a href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86">fb8df98</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/54">Issue-54</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/666">PR-mkdocstrings#666</a></li> <li>Add option to resolve autorefs to closest URLs when multiple ones are found (<a href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30">2916eb2</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Don't ignore identifiers containing spaces and slashes (<a href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8">b36a0d1</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/55">Issue-55</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Emit deprecation warnings when old-style spans are found (<a href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727">4f2be46</a> by Timothée Mazzucotelli).</li> <li>Use <code>%s</code> formatting instead of f-strings in log messages (<a href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34">0cedf9d</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md">mkdocs-autorefs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.2.0">1.2.0</a> - 2024-09-01</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.1.0...1.2.0">Compare with 1.1.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (<a href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86">fb8df98</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/54">Issue-54</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/666">PR-mkdocstrings#666</a></li> <li>Add option to resolve autorefs to closest URLs when multiple ones are found (<a href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30">2916eb2</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Don't ignore identifiers containing spaces and slashes (<a href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8">b36a0d1</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/55">Issue-55</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Emit deprecation warnings when old-style spans are found (<a href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727">4f2be46</a> by Timothée Mazzucotelli).</li> <li>Use <code>%s</code> formatting instead of f-strings in log messages (<a href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34">0cedf9d</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/autorefs/commit/40940c591e9cc557573ccd35351ca2b535ec371b"><code>40940c5</code></a> chore: Prepare release 1.2.0</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86"><code>fb8df98</code></a> feat: Provide hook interface, use it to expand identifiers, attach additional...</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8"><code>b36a0d1</code></a> fix: Don't ignore identifiers containing spaces and slashes</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727"><code>4f2be46</code></a> refactor: Emit deprecation warnings when old-style spans are found</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/e422990c3004020eecd7e951490e38d10110e681"><code>e422990</code></a> chore: Add YORE comments</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30"><code>2916eb2</code></a> feat: Add option to resolve autorefs to closest URLs when multiple ones are f...</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/a927bab489338e999d83e87ed203c89d9c4e0038"><code>a927bab</code></a> docs: Reword plugin class docstring</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/a99a99cb9991f5af1d71bb66a07f1dfee7c6271f"><code>a99a99c</code></a> refactor: Remove unnecessary try/else clause</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34"><code>0cedf9d</code></a> refactor: Use <code>%s</code> formatting instead of f-strings in log messages</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/a6e3090f2094b97992a8327d0aa6f4b7a9cd7567"><code>a6e3090</code></a> chore: Clean up check duty</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/autorefs/compare/1.1.0...1.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 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org