From 3d5c641f1d5ec76e13382e65de9bec476caa3724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 08:06:37 +0000 Subject: [PATCH] Bump mkdocstrings[python] from 0.21.2 to 0.22.0 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.21.2 to 0.22.0. - [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.2...0.22.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b2537cd..85efabf76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs-gen = [ "mkdocs-literate-nav == 0.6.0", "mkdocs-material == 9.1.14", "mkdocs-section-index == 0.3.5", - "mkdocstrings[python] == 0.21.2", + "mkdocstrings[python] == 0.22.0", ] docs-lint = [ "pydocstyle == 6.3.0",