From a18e4aef37146af6deb3d0de401f218bc206e752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:07:26 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-section-index from 0.3.6 to 0.3.7 (#1194) Bumps [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/oprypin/mkdocs-section-index/releases) - [Commits](https://github.com/oprypin/mkdocs-section-index/compare/v0.3.6...v0.3.7) --- 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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a285de3..73a5895 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1440,13 +1440,13 @@ files = [ [[package]] name = "mkdocs-section-index" -version = "0.3.6" +version = "0.3.7" 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.6-py3-none-any.whl", hash = "sha256:4172deff4890868d7d88ef41e895546ee07714cca83a7dcc56db979c00e10acf"}, - {file = "mkdocs_section_index-0.3.6.tar.gz", hash = "sha256:3d311115c3deaea603cdd245e7bab384c2db3a5e15d4567dc65d295fc5c75656"}, + {file = "mkdocs_section_index-0.3.7-py3-none-any.whl", hash = "sha256:747758a71c5dce3519076b8067d2c64edbc17ec1af59e7aed6a6e79d20d37e6d"}, + {file = "mkdocs_section_index-0.3.7.tar.gz", hash = "sha256:de490d07e46ad6a49e79d7e74a98bfec73539f159381223ed07b315ee96009a0"}, ] [package.dependencies] @@ -2801,4 +2801,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "a2c5f4e8a041374856bc3889254135e3d3acbb24ac2a483110088b0500832039" +content-hash = "26e38635115539f6f5adbedf59809680e7892efaa429bd5f3390da982237585c" diff --git a/pyproject.toml b/pyproject.toml index 51aefa1..83d5642 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.1" -mkdocs-section-index = "^0.3.6" +mkdocs-section-index = "^0.3.7" dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" } # Performance testing