From 27f5a4880b36b6ac0b222dccd8e781d3bb0210a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 02:15:15 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-section-index from 0.3.5 to 0.3.6 (#1187) Bumps [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/oprypin/mkdocs-section-index/releases) - [Commits](https://github.com/oprypin/mkdocs-section-index/compare/v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: mkdocs-section-index dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b94cfa..205e2d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1430,17 +1430,17 @@ files = [ [[package]] name = "mkdocs-section-index" -version = "0.3.5" +version = "0.3.6" description = "MkDocs plugin to allow clickable sections that lead to an index page" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_section_index-0.3.5-py3-none-any.whl", hash = "sha256:1f6359287b0a823d6297cf1cb6c0a49ed75851d0d1cea8b425b207a45ce10141"}, - {file = "mkdocs_section_index-0.3.5.tar.gz", hash = "sha256:fa8b1ce0649326b1873c6460c1df2bb0c4825fd21e3dd416f13ec212d31edf12"}, + {file = "mkdocs_section_index-0.3.6-py3-none-any.whl", hash = "sha256:4172deff4890868d7d88ef41e895546ee07714cca83a7dcc56db979c00e10acf"}, + {file = "mkdocs_section_index-0.3.6.tar.gz", hash = "sha256:3d311115c3deaea603cdd245e7bab384c2db3a5e15d4567dc65d295fc5c75656"}, ] [package.dependencies] -mkdocs = ">=1.0.3" +mkdocs = ">=1.2" [[package]] name = "mkdocstrings" @@ -2791,4 +2791,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "f9f95e2e55c58ba2b1b473a43106d49a99cf6550873061035bfda3df43c074bf" +content-hash = "08ed6c91007f94c732c1b95614facafcc0cb2631bc3bb77960d3871f3a7a1fa3" diff --git a/pyproject.toml b/pyproject.toml index 4d293fc..e25b434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ mkdocs-material-extensions = "^1.1" mkdocstrings = {version = "==0.22.0", extras = ["python"]} mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.0" -mkdocs-section-index = "^0.3.4" +mkdocs-section-index = "^0.3.6" dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" } # Performance testing