From 397be581207aec9a70a913dcad6a1283beddfa32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:21:19 +0000 Subject: [PATCH] Update mkdocstrings requirement from ^0.24.0 to >=0.24,<0.26 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.25.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 0ccfa4cb..ed36acc4 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" +mkdocstrings = ">=0.24,<0.26" mkdocstrings-python = "^1.8.0" pymdown-extensions = "^10.7" griffe_inherited_docstrings = "*"