From baa0c14a5ab691aa8f2dbf0813feb5e0de692702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:56:21 +0000 Subject: [PATCH] Update mkdocs-section-index requirement from >=0.3.5 to >=0.3.11 Updates the requirements on [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) to permit the latest version. - [Commits](https://github.com/oprypin/mkdocs-section-index/compare/v0.3.5...v0.3.11) --- updated-dependencies: - dependency-name: mkdocs-section-index dependency-version: 0.3.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0a4638..3562db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "mkdocs-include-markdown-plugin", "mkdocs-literate-nav>=0.6.0", "mkdocs-material>=9.1.0", - "mkdocs-section-index>=0.3.5", + "mkdocs-section-index>=0.3.11", "mkdocs>=1.4.3", "mkdocstrings[python]", "python-frontmatter",