From 281c057d16347866ab0e1c553c42630d645a27dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:32:17 +0000 Subject: [PATCH] poetry dev(deps-dev): update mkdocstrings requirement 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.22.0...0.24.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 d5ce418..3599505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ coverage = "^7.2.7" black = "^23.7.0" mkdocs = {version = "^1.4.3", extras = ["i18n"]} mkdocs-material = "^9.1.19" -mkdocstrings = {version = "^0.22.0", extras = ["python"]} +mkdocstrings = {version = ">=0.22,<0.25", extras = ["python"]} mkdocs-git-authors-plugin = "^0.7.2" pre-commit = "^3.3.3" mkdocs-markdownextradata-plugin = "^0.2.5"