Skip to content

Commit

Permalink
Bump mkdocs-literate-nav from 0.6.0 to 0.6.1 (#65)
Browse files Browse the repository at this point in the history
Bumps
[mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav)
from 0.6.0 to 0.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oprypin/mkdocs-literate-nav/releases">mkdocs-literate-nav's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.1</h2>
<ul>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/2c52c0cdea4994325926e653eeee2c5752882c2d">Fix
compatibility with MkDocs 1.5+</a></li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/0825f8a683a27c13e738b6d7dd2d7b6c962d2a48">Fix
when markdown extensions is set to None</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/9783b2bf8dd6d22b600722f843a66f26b74a8387"><code>9783b2b</code></a>
v0.6.1</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/2c52c0cdea4994325926e653eeee2c5752882c2d"><code>2c52c0c</code></a>
Fix compatibility with MkDocs 1.5+</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/9904e17f3bddfa66644f96a978de523fbd9030dc"><code>9904e17</code></a>
Create FUNDING.yml</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/088daed12c85a3c7cfa3d6d8a5b8e534091f8ffd"><code>088daed</code></a>
Docs: fix links</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/0825f8a683a27c13e738b6d7dd2d7b6c962d2a48"><code>0825f8a</code></a>
Fix when markdown extensions is set to None</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/46eba2da38f74f248f8c41147aad691cecef7b6e"><code>46eba2d</code></a>
CI: Installation of minimal deps wasn't kicking in</li>
<li><a
href="https://github.com/oprypin/mkdocs-literate-nav/commit/a83351c8317774ca395f8185828e24a138e8bce6"><code>a83351c</code></a>
Chore badge update</li>
<li>See full diff in <a
href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.0...v0.6.1">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-literate-nav&package-manager=pip&previous-version=0.6.0&new-version=0.6.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>
  • Loading branch information
stefan-brus-frequenz authored Sep 11, 2023
2 parents 4129010 + 58d95f6 commit 54bb54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev-formatting = ["black == 23.9.1", "isort == 5.12.0"]
dev-mkdocs = [
"mike == 1.1.2",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-material == 9.2.3",
"mkdocs-section-index == 0.3.5",
"mkdocstrings[python] == 0.23.0",
Expand Down

0 comments on commit 54bb54a

Please sign in to comment.