Skip to content

Commit e32a759

Browse files
authored
Bump mkdocs-section-index from 0.3.7 to 0.3.8 (#196)
Bumps [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) from 0.3.7 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-section-index/releases">mkdocs-section-index's releases</a>.</em></p> <blockquote> <h2>v0.3.8</h2> <ul> <li>Adapt template rewrite path to MkDocs-Material 9.4 - <a href="https://redirect.github.com/oprypin/mkdocs-section-index/issues/20">#20</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/2f02c385376de433ac7470e5f6a92f2f36afce1d"><code>2f02c38</code></a> v0.3.8</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/8adc20022ea2725a68e2bdb91d8fc6a2812bc97c"><code>8adc200</code></a> Adapt template rewrite path to MkDocs-Material 9.4 (<a href="https://redirect.github.com/oprypin/mkdocs-section-index/issues/20">#20</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/e1d5a22cfc6c4885127604deb42575eced7266c1"><code>e1d5a22</code></a> Add a workflow to deploy a PyPI release on tag</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/c5bafa505b64841615b6c33f3b4acf35783b363f"><code>c5bafa5</code></a> Add built-in search plugin to config example (<a href="https://redirect.github.com/oprypin/mkdocs-section-index/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/oprypin/mkdocs-section-index/compare/v0.3.7...v0.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-section-index&package-manager=pip&previous-version=0.3.7&new-version=0.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
2 parents 0498558 + 55aa6ba commit e32a759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev-mkdocs = [
4747
"mkdocs-gen-files == 0.5.0",
4848
"mkdocs-literate-nav == 0.6.1",
4949
"mkdocs-material == 9.3.2",
50-
"mkdocs-section-index == 0.3.7",
50+
"mkdocs-section-index == 0.3.8",
5151
"mkdocstrings[python] == 0.23.0",
5252
"frequenz-repo-config[lib] == 0.5.2",
5353
]

0 commit comments

Comments
 (0)