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

   Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.3 to 1.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mkdocs/mkdocs/releases";>mkdocs's releases</a>.</em></p>
   <blockquote>
   <h2>1.5.1</h2>
   <ul>
   <li>
   <p>Bugfix (regression in 1.5.0): Make it possible to treat 
<code>ExtraScriptValue</code> as a path. This lets some plugins still work 
despite the breaking change.</p>
   </li>
   <li>
   <p>Bugfix (regression in 1.5.0): Prevent errors for special setups that have 
3 conflicting files, such as <code>index.html</code>, <code>index.md</code> 
<em>and</em> <code>README.md</code> (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3314";>#3314</a>)</p>
   </li>
   </ul>
   <p>See <a 
href="https://github.com/mkdocs/mkdocs/compare/1.5.0...1.5.1";>commit 
log</a>.</p>
   <h2>1.5.0</h2>
   <p><strong>New: MkDocs now accepts donations.</strong> Please consider 
supporting the current maintainer at my new GitHub sponsorship page.</p>
   <p>MkDocs has been a totally free project since the beginning and wasn't 
accepting funds. MkDocs will remain free of paywalls, but now you can show your 
support with donations (one-time and/or recurring).</p>
   <p><a href="https://github.com/sponsors/oprypin";><strong><code>Donate for 
MkDocs - @​oprypin sponsors page</code></strong></a></p>
   <p>And please also consider these other individuals who have been 
contributing to the ecosystem for a long time and check out their donations 
pages:</p>
   <p><a 
href="https://github.com/sponsors/facelessuser";><code>@​facelessuser</code></a>
   <a href="https://github.com/sponsors/pawamoy";><code>@​pawamoy</code></a>
   <a 
href="https://github.com/sponsors/Ultrabug";><code>@​Ultrabug</code></a></p>
   <hr />
   <h3>Release 1.5.0</h3>
   <h2>New command <code>mkdocs get-deps</code></h2>
   <p>This command guesses the Python dependencies that a MkDocs site requires 
in order to build. It simply prints the PyPI packages that need to be 
installed. In the terminal it can be combined directly with an installation 
command as follows:</p>
   <pre lang="bash"><code>pip install $(mkdocs get-deps)
   </code></pre>
   <p>The idea is that right after running this command, you can directly 
follow it up with <code>mkdocs build</code> and it will almost always 
&quot;just work&quot;, without needing to think which dependencies to 
install.</p>
   <p>The way it works is by scanning <code>mkdocs.yml</code> for 
<code>themes:</code>, <code>plugins:</code>, <code>markdown_extensions:</code> 
items and doing a reverse lookup based on a large list of known projects 
(catalog, see below).</p>
   <p>Of course, you're welcome to use a &quot;virtualenv&quot; with such a 
command. Also note that for environments that require stability (for example 
CI) directly installing deps in this way is not a very reliable approach as it 
precludes dependency pinning.</p>
   <p>The command allows overriding which config file is used (instead of 
<code>mkdocs.yml</code> in the current directory) as well as which catalog of 
projects is used (instead of downloading it from the default location). See <a 
href="https://www.mkdocs.org/user-guide/cli/#mkdocs-get-deps";><code>mkdocs 
get-deps --help</code></a>.</p>
   <p>Context: <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3205";>#3205</a></p>
   <h2>MkDocs has an official catalog of plugins</h2>
   <p>Check out <a 
href="https://github.com/mkdocs/catalog";>https://github.com/mkdocs/catalog</a> 
and add all your general-purpose plugins, themes and extensions there, so that 
they can be looked up through <code>mkdocs get-deps</code>.</p>
   <p>This was renamed from &quot;best-of-mkdocs&quot; and received significant 
updates. In addition to <code>pip</code> installation commands, the page now 
shows the config boilerplate needed to add a plugin.</p>
   <h2>Expanded validation of links</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/2865b0fcc4dd9b636963a8fd7e306725e1ac8ab2";><code>2865b0f</code></a>
 Release 1.5.1 (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3315";>#3315</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/ea549e6177bdf2842facd09d0a81afd5de326296";><code>ea549e6</code></a>
 Make it possible to treat ExtraScriptValue as a path</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/86cde7b7beb18e8e8753d176b8c01f56cd479704";><code>86cde7b</code></a>
 Catch ValueErrors thrown when attempting to remove a file twice (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3314";>#3314</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/0d9e3414e128b1fb1397c22ef60846f762b45a01";><code>0d9e341</code></a>
 Release 1.5.0 (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3296";>#3296</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/0f8ab6bd6fbbf6d22517e1e63e79f0c62e7803a5";><code>0f8ab6b</code></a>
 Fix livereload shutdown sequence - crash on Windows</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/bfb52a30acfd98f8cabb3f78985755b6c19eb1be";><code>bfb52a3</code></a>
 Create FUNDING.yml (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3295";>#3295</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/189faf03c1b0a83fe69d3e486d2b658c2629e875";><code>189faf0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3297";>#3297</a> from 
mkdocs/regr</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/bb00d4cebb6187c1eaab78384b886b32ce778d71";><code>bb00d4c</code></a>
 Add a test for relative link without dot in filename</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/c3d4ff7b69801d40e4f75bf06c95aa641125566e";><code>c3d4ff7</code></a>
 Fix unescaping of Markdown titles</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/d8bc90f11335413658586bf26f25a14a0de60d4d";><code>d8bc90f</code></a>
 Always set <code>inclusion_level</code> so static-i18n plugin keeps 
working</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mkdocs/mkdocs/compare/1.4.3...1.5.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.4.3&new-version=1.5.1)](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]

Reply via email to