From d1eb9b9f17a0aaff63599195d1ea4334f75180f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:43:32 +0000 Subject: [PATCH] Update mkdocstrings requirement from >=0.24,<0.26 to >=0.24,<0.27 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.24.0...0.26.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 ed36acc4..e25ebab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ html2text = "*" mkdocs = "*" markdown-callouts = "^0.4.0" mkdocs-material = "^9.5.9" -mkdocstrings = ">=0.24,<0.26" +mkdocstrings = ">=0.24,<0.27" mkdocstrings-python = "^1.8.0" pymdown-extensions = "^10.7" griffe_inherited_docstrings = "*"