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

   Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 
9.6.9 to 9.6.10.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/squidfunk/mkdocs-material/releases";>mkdocs-material's 
releases</a>.</em></p>
   <blockquote>
   <h2>mkdocs-material-9.6.10</h2>
   <p>This version is a pure refactoring release, and does not contain new 
features or bug fixes. It strives to improve the compatibility of our templates 
with alternative Jinja-like template engines that we're currently exploring, 
including <a href="https://github.com/mitsuhiko/minijinja";>minijinja</a>.</p>
   <p>Additionally, it replaces several instances of Python function 
invocations with idiomatic use of template filters. All instances where 
variables have been mutated inside templates have been replaced. Most changes 
have been made in partials, and only a few in blocks, and all of them are fully 
backward compatible, so no changes to overrides are necessary.</p>
   <p>Note that this release does not replace the Jinja template engine with 
minijinja. However, our templates are now 99% compatible with minijinja, which 
means we can explore alternative Jinja-compatible implementations. 
Additionally, immutability and removal of almost all Python function 
invocations means much more idiomatic templating.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG";>mkdocs-material's
 changelog</a>.</em></p>
   <blockquote>
   <p>mkdocs-material-9.6.10 (2025-03-30)</p>
   <p>This version is a pure refactoring release, and does not contain new 
features
   or bug fixes. It strives to improve the compatibility of our templates with
   alternative Jinja-like template engines that we're currently exploring,
   including minijinja.</p>
   <p>Additionally, it replaces several instances of Python function invocations
   with idiomatic use of template filters. All instances where variables have
   been mutated inside templates have been replaced. Most changes have been made
   in partials, and only a few in blocks, and all of them are fully backward
   compatible, so no changes to overrides are necessary.</p>
   <p>Note that this release does not replace the Jinja template engine with
   minijinja. However, our templates are now 99% compatible with minijinja,
   which means we can explore alternative Jinja-compatible implementations.
   Additionally, immutability and removal of almost all Python function
   invocations means much more idiomatic templating.</p>
   <p>mkdocs-material-9.6.9 (2025-03-17)</p>
   <ul>
   <li>Updated Serbo-Croatian translations</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8086";>#8086</a>:
 Custom SVG icons containing hashes break rendering</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8067";>#8067</a>:
 Drawer has gap on right side in Firefox on some OSs</li>
   </ul>
   <p>mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)</p>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8019";>#8019</a>:
 Tooltips have precedence over instant previews</li>
   </ul>
   <p>mkdocs-material-9.6.8 (2025-03-13)</p>
   <ul>
   <li>Added Welsh translations</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8076";>#8076</a>:
 Privacy plugin crashes if HTTP download fails</li>
   </ul>
   <p>mkdocs-material-9.6.7 (2025-03-03)</p>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8056";>#8056</a>:
 Error in backrefs implementation (9.6.6 regression)</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8054";>#8054</a>:
 Unescaped quotes in ARIA labels of table of contents</li>
   </ul>
   <p>mkdocs-material-9.6.6 (2025-03-01)</p>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8040";>#8040</a>:
 Privacy plugin not replacing exteral assets (9.6.5 regression)</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8031";>#8031</a>:
 Replace unmaintained regex package in search plugin</li>
   </ul>
   <p>mkdocs-material-9.6.5 (2025-02-20)</p>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8016";>#8016</a>:
 Tags listing not showing when when file name has spaces</li>
   <li>Fixed <a 
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8012";>#8012</a>:
 Privacy plugin crashes if HTTP download fails</li>
   </ul>
   <p>mkdocs-material-9.6.4 (2025-02-12)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/7bd6b9225c16e9366b8d87baa6770c4f4f8647a1";><code>7bd6b92</code></a>
 Prepare 9.6.10 release</li>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/dc7d75e4323ee7f89448b86c665c2242281764a1";><code>dc7d75e</code></a>
 Updated dependencies</li>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/c18630fc88d1e6c89d357b26826d6d1e2c77c899";><code>c18630f</code></a>
 Removed usage of circular members in nav_item partial</li>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/fb0c27c382d6921b2efe8cf7c91ac26c804811a2";><code>fb0c27c</code></a>
 Replaced items call with use of filter</li>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/ec38e30daf741777563f42ee2243edf208e51ace";><code>ec38e30</code></a>
 Ensured compatibility with minijinja (Rust)</li>
   <li><a 
href="https://github.com/squidfunk/mkdocs-material/commit/e66107eb8680885c05a129b1c21184d20830469b";><code>e66107e</code></a>
 Documentation</li>
   <li>See full diff in <a 
href="https://github.com/squidfunk/mkdocs-material/compare/9.6.9...9.6.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.6.9&new-version=9.6.10)](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