From 9f9d638b44f0b6cbc143c5c7490cd4b17856297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 05:16:00 +0000 Subject: [PATCH] Update mkdocstrings requirement from 0.21.2 to 0.22.0 Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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 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 d22e9a2..c861790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ mkdocs = "1.4.3" mkdocs-material = "9.1.14" [tool.poetry.group.docs.dependencies.mkdocstrings] -version = "0.21.2" +version = "0.22.0" extras = ["python"] [tool.poetry.group.dev.dependencies]