From 39e1868aa039bb052969267afefec484b4680ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:29:11 +0000 Subject: [PATCH] build(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.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 a530ad6..a3c9c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pycln = "^2.1.5" isort = "^5.12.0" griffe = "^0.29.1" mkdocs-material = "^9.1.16" -mkdocstrings = "^0.22.0" +mkdocstrings = ">=0.22,<0.24" mkdocs-jupyter = "^0.24.1" mkdocs-macros-plugin = "^1.0.1" mkdocs-mermaid2-plugin = "^0.6.0"