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

   Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 
1.8.0 to 1.10.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mkdocstrings/python/releases";>mkdocstrings-python's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.10.0</h2>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.10.0";>1.10.0</a> - 
2024-04-19</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.2...1.10.0";>Compare 
with 1.9.2</a><!-- raw HTML omitted --></p>
   <h3>Features</h3>
   <ul>
   <li>Add CSS classes <code>doc-section-title</code> and 
<code>doc-section-item</code> in docstring sections (<a 
href="https://github.com/mkdocstrings/python/commit/d6e1d68c099e61c3bd6d93e583708335d84158f5";>d6e1d68</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/17";>Issue-17</a></li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Render enumeration instance name instead of just &quot;value&quot;, 
allowing proper cross-reference (<a 
href="https://github.com/mkdocstrings/python/commit/11d81d8e056b7c074eb3a1c47606867156a338fa";>11d81d8</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/124";>Issue-124</a></li>
   </ul>
   <h2>1.9.2</h2>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.2";>1.9.2</a> - 
2024-04-02</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.1...1.9.2";>Compare 
with 1.9.1</a><!-- raw HTML omitted --></p>
   <h3>Dependencies</h3>
   <ul>
   <li>Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by 
mkdocstrings (<a 
href="https://github.com/mkdocstrings/python/commit/0c1e2c15b2497d99974cbb9bd68f25056bb8451b";>0c1e2c1</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h2>1.9.1</h2>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.1";>1.9.1</a> - 
2024-04-02</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.0...1.9.1";>Compare 
with 1.9.0</a><!-- raw HTML omitted --></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Don't try loading packages from relative paths (<a 
href="https://github.com/mkdocstrings/python/commit/bd7349714059afb1295e743dbc82380fa797a032";>bd73497</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/145";>Issue-145</a></li>
   </ul>
   <h3>Code Refactoring</h3>
   <ul>
   <li>Allow first name in a separate signature to be highlighted as a function 
name (<a 
href="https://github.com/mkdocstrings/python/commit/f798a1e19dbac548420dcbe1172e9a49232b615b";>f798a1e</a>
 by Timothée Mazzucotelli).</li>
   <li>Maintain original Pygments color for cross-refs in signatures (<a 
href="https://github.com/mkdocstrings/python/commit/7c8b885fa2b704e719016acb35791723ea3a496a";>7c8b885</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h2>1.9.0</h2>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.0";>1.9.0</a> - 
2024-03-13</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.8.0...1.9.0";>Compare 
with 1.8.0</a><!-- raw HTML omitted --></p>
   <h3>Dependencies</h3>
   <ul>
   <li>Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking 
changes (<a 
href="https://github.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24";>cd93ee3</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add <code>show_labels</code> option to show/hide labels (<a 
href="https://github.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3";>eaf9b82</a>
 by Viicos). [Issue <a 
href="https://redirect.github.com/mkdocstrings/python/issues/120";>#120</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/issues/120";>mkdocstrings/python#120</a>),
 [PR <a 
href="https://redirect.github.com/mkdocstrings/python/issues/130";>#130</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/pull/130";>mkdocstrings/python#130</a>)</li>
   <li>Add option to search for stubs packages (<a 
href="https://github.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07";>0c6aa32</a>
 by Romain). [PR <a 
href="https://redirect.github.com/mkdocstrings/python/issues/128";>#128</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/pull/128";>mkdocstrings/python#128</a>),
 PR griffe#221: : <a 
href="https://redirect.github.com/mkdocstrings/griffe/pull/221";>mkdocstrings/griffe#221</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md";>mkdocstrings-python's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.10.0";>1.10.0</a> - 
2024-04-19</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.2...1.10.0";>Compare 
with 1.9.2</a><!-- raw HTML omitted --></p>
   <h3>Features</h3>
   <ul>
   <li>Add CSS classes <code>doc-section-title</code> and 
<code>doc-section-item</code> in docstring sections (<a 
href="https://github.com/mkdocstrings/python/commit/d6e1d68c099e61c3bd6d93e583708335d84158f5";>d6e1d68</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/17";>Issue-17</a></li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Render enumeration instance name instead of just &quot;value&quot;, 
allowing proper cross-reference (<a 
href="https://github.com/mkdocstrings/python/commit/11d81d8e056b7c074eb3a1c47606867156a338fa";>11d81d8</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/124";>Issue-124</a></li>
   </ul>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.2";>1.9.2</a> - 
2024-04-02</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.1...1.9.2";>Compare 
with 1.9.1</a><!-- raw HTML omitted --></p>
   <h3>Dependencies</h3>
   <ul>
   <li>Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by 
mkdocstrings (<a 
href="https://github.com/mkdocstrings/python/commit/0c1e2c15b2497d99974cbb9bd68f25056bb8451b";>0c1e2c1</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.1";>1.9.1</a> - 
2024-04-02</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.9.0...1.9.1";>Compare 
with 1.9.0</a><!-- raw HTML omitted --></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Don't try loading packages from relative paths (<a 
href="https://github.com/mkdocstrings/python/commit/bd7349714059afb1295e743dbc82380fa797a032";>bd73497</a>
 by Timothée Mazzucotelli). <a 
href="https://redirect.github.com/mkdocstrings/python/issues/145";>Issue-145</a></li>
   </ul>
   <h3>Code Refactoring</h3>
   <ul>
   <li>Allow first name in a separate signature to be highlighted as a function 
name (<a 
href="https://github.com/mkdocstrings/python/commit/f798a1e19dbac548420dcbe1172e9a49232b615b";>f798a1e</a>
 by Timothée Mazzucotelli).</li>
   <li>Maintain original Pygments color for cross-refs in signatures (<a 
href="https://github.com/mkdocstrings/python/commit/7c8b885fa2b704e719016acb35791723ea3a496a";>7c8b885</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h2><a 
href="https://github.com/mkdocstrings/python/releases/tag/1.9.0";>1.9.0</a> - 
2024-03-13</h2>
   <p><!-- raw HTML omitted --><a 
href="https://github.com/mkdocstrings/python/compare/1.8.0...1.9.0";>Compare 
with 1.8.0</a><!-- raw HTML omitted --></p>
   <h3>Dependencies</h3>
   <ul>
   <li>Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking 
changes (<a 
href="https://github.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24";>cd93ee3</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add <code>show_labels</code> option to show/hide labels (<a 
href="https://github.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3";>eaf9b82</a>
 by Viicos). [Issue <a 
href="https://redirect.github.com/mkdocstrings/python/issues/120";>#120</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/issues/120";>mkdocstrings/python#120</a>),
 [PR <a 
href="https://redirect.github.com/mkdocstrings/python/issues/130";>#130</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/pull/130";>mkdocstrings/python#130</a>)</li>
   <li>Add option to search for stubs packages (<a 
href="https://github.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07";>0c6aa32</a>
 by Romain). [PR <a 
href="https://redirect.github.com/mkdocstrings/python/issues/128";>#128</a>](<a 
href="https://redirect.github.com/mkdocstrings/python/pull/128";>mkdocstrings/python#128</a>),
 PR griffe#221: : <a 
href="https://redirect.github.com/mkdocstrings/griffe/pull/221";>mkdocstrings/griffe#221</a></li>
   </ul>
   <h3>Code Refactoring</h3>
   <ul>
   <li>Mark all Jinja blocks as scoped (<a 
href="https://github.com/mkdocstrings/python/commit/548bdaddd66ffc99b3b9a5a62228a2ff4ff0dd00";>548bdad</a>
 by Timothée Mazzucotelli).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/98e9796fe8ab6eee1ea0a16f1179a0e4f37bcf4a";><code>98e9796</code></a>
 chore: Prepare release 1.10.0</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/11d81d8e056b7c074eb3a1c47606867156a338fa";><code>11d81d8</code></a>
 fix: Render enumeration instance name instead of just &quot;value&quot;, 
allowing prope...</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/9f8456a55b9659d86a42f684d85b69b218226b0e";><code>9f8456a</code></a>
 docs: Improve docs about CSS customization</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/d6e1d68c099e61c3bd6d93e583708335d84158f5";><code>d6e1d68</code></a>
 feat: Add CSS classes <code>doc-section-title</code> and 
<code>doc-section-item</code> in docstring...</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/0a2e917cca07ad54ea7da782ab7914f9c9accc5d";><code>0a2e917</code></a>
 chore: Prepare release 1.9.2</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/0c1e2c15b2497d99974cbb9bd68f25056bb8451b";><code>0c1e2c1</code></a>
 deps: Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by 
mkdo...</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/d3b05ade6f35d914feb44317a48ed78f0e0d5391";><code>d3b05ad</code></a>
 chore: Prepare release 1.9.1</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/bd7349714059afb1295e743dbc82380fa797a032";><code>bd73497</code></a>
 fix: Don't try loading packages from relative paths</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/3cf7055a6620e5121f01ca65e589ce8992e8d745";><code>3cf7055</code></a>
 docs: Fix link to Griffe extension in insiders page</li>
   <li><a 
href="https://github.com/mkdocstrings/python/commit/f798a1e19dbac548420dcbe1172e9a49232b615b";><code>f798a1e</code></a>
 refactor: Allow first name in a separate signature to be highlighted as a 
fun...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mkdocstrings/python/compare/1.8.0...1.10.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.8.0&new-version=1.10.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: 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

Reply via email to