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

   Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.2 to 1.5.2.
   <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.2</h2>
   <ul>
   <li>
   <p>Bugfix (regression in 1.5.0): Restore functionality of 
<code>--no-livereload</code>. (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3320";>#3320</a>)</p>
   </li>
   <li>
   <p>Bugfix (regression in 1.5.0): The new page title detection would 
sometimes be unable to drop anchorlinks - fix that. (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3325";>#3325</a>)</p>
   </li>
   <li>
   <p>Partly bring back pre-1.5 API: <code>extra_javascript</code> items will 
once again be mostly strings, and only sometimes <code>ExtraStringValue</code> 
(when the extra <code>script</code> functionality is used).</p>
   <p>Plugins should be free to append strings to 
<code>config.extra_javascript</code>, but when reading the values, they must 
still make sure to read it as <code>str(value)</code> in case it is an 
<code>ExtraScriptValue</code> item. For querying the attributes such as 
<code>.type</code> you need to check <code>isinstance</code> first. Static type 
checking will guide you in that. (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3324";>#3324</a>)</p>
   </li>
   </ul>
   <p>See <a 
href="https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.2";>commit 
log</a>.</p>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/79f17b4b71c73460c304e3281f6ff209788a76bf";><code>79f17b4</code></a>
 Release 1.5.2 (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3330";>#3330</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/91e37aea5ee9e91142976bb99da1bcc3f199d0b9";><code>91e37ae</code></a>
 Change extra_javascript items to usually be strings again (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3324";>#3324</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/4944c9fe354acfc39f3e782ed884c0194280136e";><code>4944c9f</code></a>
 Drop obsolete readthedocs config, we switched to gh-pages (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3326";>#3326</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/63052bc1be0a06fee8578c7dc2b508f971589dca";><code>63052bc</code></a>
 Correct detection of dropping anchorlink from page title (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3325";>#3325</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/fcb2da399f029bd569b708479a39a5f2c700b5a2";><code>fcb2da3</code></a>
 Restore functionality of --no-livereload (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3320";>#3320</a>)</li>
   <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>Additional commits viewable in <a 
href="https://github.com/mkdocs/mkdocs/compare/1.4.2...1.5.2";>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.2&new-version=1.5.2)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to