From c6a80acd9587b786d09807b02b4c970070c90969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:10:02 +0000 Subject: [PATCH] Update mkdocstrings requirement from >=0.20,<0.23 to >=0.20,<0.24 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/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.23.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 dfe5d1d..024c6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "^23.1.0" pylint-pytest = "^1.1.2" mkdocs = "^1.4.2" mkdocs-material = "^9.0.2" -mkdocstrings = ">=0.20,<0.23" +mkdocstrings = ">=0.20,<0.24" mkdocstrings-python = ">=0.8,<1.7" [tool.poetry.dependencies]