From 35ec6f36aac7483ca17ea56468ba127b912cd077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:19:45 +0000 Subject: [PATCH] build(deps-dev): update mkdocs-section-index requirement Updates the requirements on [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) to permit the latest version. - [Release notes](https://github.com/oprypin/mkdocs-section-index/releases) - [Commits](https://github.com/oprypin/mkdocs-section-index/compare/v0.3.10...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 50c414e..6ed38ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ "mkdocs-literate-nav>=0.6.3", "mkdocs-macros-plugin>=1.5.0", "mkdocs-material>=9.7.6", - "mkdocs-section-index>=0.3.10", + "mkdocs-section-index>=0.3.11", "mkdocstrings-python>=2.0.3", "pymdown-extensions>=10.21.2", ]