From a246c124e78b89f8b2c0baff12148b7548065906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:19:05 +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.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 cff1d7e..faa863a 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.25" mkdocs-jupyter = "^0.24.1" mkdocs-macros-plugin = "^1.0.1" mkdocs-mermaid2-plugin = "^0.6.0"