Skip to content

Commit 0350e69

Browse files
authored
Bump mkdocs-section-index from 0.3.5 to 0.3.6 (#174)
Bumps [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) from 0.3.5 to 0.3.6. <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.6</h2> <ul> <li>Adapt to mkdocs-material version 9.2 - 46dd8e72d5abcf2bb10b306556ddd31c5ec04172, <a href="https://redirect.github.com/oprypin/mkdocs-section-index/issues/18">#18</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/8c064b04fc1e0eeeed60f3c671c9e0f7eb834654"><code>8c064b0</code></a> v0.3.6</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/8a660ab6356c2e002e92b4d9a83a1755b5065ba8"><code>8a660ab</code></a> Fix minimal deps</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/2d22ee27d8ed29e37d61514744dcd665e0b5e969"><code>2d22ee2</code></a> Remove type annotations while MkDocs is transitioning types</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/46dd8e72d5abcf2bb10b306556ddd31c5ec04172"><code>46dd8e7</code></a> Adapt to mkdocs-material version 9.2</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/9a323fc50ffed7a658dfa2396b3fabdc45a7f2d3"><code>9a323fc</code></a> Fix repr for upcoming MkDocs change</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/f5414c0775848cec96f1181f74c622fe3e14985e"><code>f5414c0</code></a> Create FUNDING.yml</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/8a6fe8057b992f203d6d6584bdea25f9fced743c"><code>8a6fe80</code></a> CI: Installation of minimal deps wasn't kicking in</li> <li><a href="https://github.com/oprypin/mkdocs-section-index/commit/e1e08fdd94a2b83fe892b6d692f22ec94ef0cc73"><code>e1e08fd</code></a> Chore badge update</li> <li>See full diff in <a href="https://github.com/oprypin/mkdocs-section-index/compare/v0.3.5...v0.3.6">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.5&new-version=0.3.6)](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>
2 parents 4200fc4 + f6741da commit 0350e69

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.0",
4949
"mkdocs-material == 9.2.8",
50-
"mkdocs-section-index == 0.3.5",
50+
"mkdocs-section-index == 0.3.6",
5151
"mkdocstrings[python] == 0.23.0",
5252
"frequenz-repo-config[lib] == 0.4.0",
5353
]

0 commit comments

Comments
 (0)