From 5c14308d768eb63f822a6f9b517f3d2297ee405f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 03:08:19 +0000 Subject: [PATCH] build(deps-dev): bump mkdocstrings from 0.21.1 to 0.21.2 (#1046) Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.21.1...0.21.2) --- updated-dependencies: - dependency-name: mkdocstrings 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 961f313..c8bf57b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1391,14 +1391,14 @@ mkdocs = ">=1.0.3" [[package]] name = "mkdocstrings" -version = "0.21.1" +version = "0.21.2" description = "Automatic documentation from sources, for MkDocs." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocstrings-0.21.1-py3-none-any.whl", hash = "sha256:cf5a2d50bb0ee9c008e714a55ecce5acb7fa1ec9add5d8ad5bc2df6b2cdd3e21"}, - {file = "mkdocstrings-0.21.1.tar.gz", hash = "sha256:68cb64b9c8e474f654856cd889371f321bed16dfe20f0922c7191efa60a94e5e"}, + {file = "mkdocstrings-0.21.2-py3-none-any.whl", hash = "sha256:949ef8da92df9d692ca07be50616459a6b536083a25520fd54b00e8814ce019b"}, + {file = "mkdocstrings-0.21.2.tar.gz", hash = "sha256:304e56a2e90595708a38a13a278e538a67ad82052dd5c8b71f77a604a4f3d911"}, ] [package.dependencies] @@ -2765,4 +2765,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "e052d82af95a3dfcedcd4fb6091e02570c042a325f7b3af784e2bad8767704cd" +content-hash = "1e9e13d13b3e2cf20d2a5c96a607a6450ecd4703bcbc4899574a8cb3d5d26a8d" diff --git a/pyproject.toml b/pyproject.toml index 72cb72d..05b4809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ types-toml = "^0.10.8" mkdocs = "^1.4.2" mkdocs-material = ">=8.1.2,<9.2" mkdocs-material-extensions = "^1.1" -mkdocstrings = {version = "==0.21.1", extras = ["python"]} +mkdocstrings = {version = "==0.21.2", extras = ["python"]} mkdocs-gen-files = "^0.4.0" mkdocs-literate-nav = "^0.6.0" mkdocs-section-index = "^0.3.4"