Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump mkdocs-jupyter from 0.25.0 to 0.25.1 (#205)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) from
0.25.0 to 0.25.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md">mkdocs-jupyter's
changelog</a>.</em></p>
<blockquote>
<h2>0.25.1</h2>
<ul>
<li>Add option to customize Mathjax URL</li>
<li>Fix issue which caused unrelated source files from being copied into
the output directory</li>
<li>Replace print statements with logging</li>
</ul>
<h2>0.24.3</h2>
<ul>
<li>Fix theme selection</li>
</ul>
<h2>0.24.1</h2>
<ul>
<li>Fix TOC header links</li>
</ul>
<h2>0.24.0</h2>
<ul>
<li>Add option for including requireJS</li>
<li>Add option for custom highlight CSS classes</li>
<li>Make execute_ignore a list</li>
<li>Fix various CSS issues</li>
</ul>
<h2>0.23.0</h2>
<ul>
<li>Support nbconvert 7</li>
</ul>
<h2>0.21.0</h2>
<ul>
<li>Support Pygments 2.1.0</li>
<li>Fix some markdown CSS overflow issues</li>
</ul>
<h2>0.20.1</h2>
<ul>
<li>Remove ipython_genutils dependency (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/70">#70</a>)
by: <a
href="https://github.com/incentsarago"><code>@​incentsarago</code></a></li>
</ul>
<h2>0.20.0</h2>
<ul>
<li>Support for toggle themes in material</li>
<li>Use poetry 1.1.X</li>
</ul>
<h2>0.19.0</h2>
<ul>
<li>Support mkdocs-material 8</li>
</ul>
<h2>0.18.1</h2>
<ul>
<li>Support multiple languages syntax highlighting</li>
</ul>
<h2>0.18.0</h2>
<ul>
<li>Support Jupyter themes</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/ded7803bac2166426ccc238c87c83bf14ffe0701"><code>ded7803</code></a>
Release 0.25.1</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/d50814f2a9568fa177af3c62fd7becb69f965fe8"><code>d50814f</code></a>
Reintroduce <code>custom_mathjax_url</code> plugin arg (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/226">#226</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/a52e9083102c21a8ab757ad4993fc0a51335445b"><code>a52e908</code></a>
Bump vite from 4.5.3 to 4.5.5 in /js (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/224">#224</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/177536a20b03afb5353ab832d4455b1d6f4483c9"><code>177536a</code></a>
Only copy source files if they are converted by the plugin (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/222">#222</a>)</li>
<li>See full diff in <a
href="https://github.com/danielfrg/mkdocs-jupyter/compare/0.25.0...0.25.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-jupyter&package-manager=pip&previous-version=0.25.0&new-version=0.25.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 64499b9 commit 16cc316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16cc316

Please sign in to comment.