Skip to content

Commit

Permalink
build(deps-dev): bump mkdocs-jupyter from 0.23.0 to 0.24.1 (#38)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) from
0.23.0 to 0.24.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/e9fd617b4b1a15746901e035dfeb227a1505cebd"><code>e9fd617</code></a>
Release 0.24.1</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/f3b517580132fc743a34e5d9947731bc4f3c2143"><code>f3b5175</code></a>
Fix monkeypatch of nbconvert.filters.markdown_mistune.IPythonRenderer
(<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/139">#139</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/ba7b86ab1854400e94051ae553ec52c14311817b"><code>ba7b86a</code></a>
Add highlight_extra_classes to outputs</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/401ca0d142333b7338cbaf4b790d986b763c777c"><code>401ca0d</code></a>
Add highlight_extra_classes to outputs</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/b2c4ce1fa831268e4093ec3e06535f04d57a943e"><code>b2c4ce1</code></a>
Release 0.24.0</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/fb344fdc469e3abe1b931d0fdb6e62d17bc5f8c5"><code>fb344fd</code></a>
Add option to include requireJS</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/c128532409e61df040999916b79122d7f694f083"><code>c128532</code></a>
Move extras to the right location</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/8af9307fe6366159a2d50409f75e24b4a8ed9e89"><code>8af9307</code></a>
Add option for custom CSS class on the highligh div</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/4a79db2892e56437340a1095b824c00796963af4"><code>4a79db2</code></a>
Fix CSS issues (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/138">#138</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/1799f8c9104e4f94637d514067182ccb5ddcec61"><code>1799f8c</code></a>
Make execute_ignore a list (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/137">#137</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/danielfrg/mkdocs-jupyter/compare/0.23.0...0.24.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.23.0&new-version=0.24.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>

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] committed Mar 26, 2023
1 parent e379e6b commit 9b515af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mkdocs-glightbox = "^0.3.1"
mkdocs-literate-nav = "^0.6.0"
mkdocs-material = "^9.1.2"
mkdocs-section-index = "^0.3.5"
mkdocs-jupyter = "^0.23.0"
mkdocs-jupyter = ">=0.23,<0.25"
mkdocs-exclude = "^1.0.2"

[build-system]
Expand Down

0 comments on commit 9b515af

Please sign in to comment.