Skip to content

Commit

Permalink
build(deps-dev): bump mkdocs-jupyter from 0.24.8 to 0.25.0 (#200)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) from
0.24.8 to 0.25.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/d72a84a96d6a39cdf178c0d671d46b2b52f28aa9"><code>d72a84a</code></a>
Release 0.25.0</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/501c73dc177d86bd1903b100cdf5f6bab1edefc2"><code>501c73d</code></a>
Migrate to UV (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/217">#217</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/7895e56b3fa684c1352b9c85c170531fb3248792"><code>7895e56</code></a>
feat: execute markdown with jupytext frontmatter (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/216">#216</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/48a3f3aac5a75d3aee81ee4ff120ebd5a064eee3"><code>48a3f3a</code></a>
Creating &quot;Download Data&quot; Functionality Per Page (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/211">#211</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/52d8140d45e6ec97b9b5502f47adc951f47c0f48"><code>52d8140</code></a>
migrate to justfile (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/208">#208</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/64cfcb61f760cdf474ba040b971889b6d3e069fc"><code>64cfcb6</code></a>
Add codespell support (config, workflow to detect/not fix) and make it
fix fe...</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/e6d27f388f1179fc311d2d572389eb1cf52d21b5"><code>e6d27f3</code></a>
Add aria-label to clipboard-copy tag (<a
href="https://redirect.github.com/danielfrg/mkdocs-jupyter/issues/206">#206</a>)</li>
<li><a
href="https://github.com/danielfrg/mkdocs-jupyter/commit/2c1a711b38f43f9e22b64307c084601884287a81"><code>2c1a711</code></a>
Release 0.24.8</li>
<li>See full diff in <a
href="https://github.com/danielfrg/mkdocs-jupyter/compare/0.24.8...0.25.0">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.24.8&new-version=0.25.0)](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 Oct 1, 2024
1 parent d261517 commit 7e1a4ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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,<0.5.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-material = "^9.1.2"
mkdocs-section-index = "^0.3.9"
mkdocs-jupyter = ">=0.23,<0.25"
mkdocs-jupyter = ">=0.23,<0.26"
mkdocs-exclude = "^1.0.2"

[build-system]
Expand Down

0 comments on commit 7e1a4ff

Please sign in to comment.