From 09d1941c70c421005c244fcc911f3f1fa540d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:08:38 +0000 Subject: [PATCH] :arrow_up: Update mkdocstrings[python] requirement Updates the requirements on [mkdocstrings[python]](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.20.0...0.30.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 171792b..4be76c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ Changelog = "https://github.com/roboflow/multimodal-maestro/blob/main/CHANGELOG. [project.optional-dependencies] docs = [ "mkdocs-material[imaging]>=9.5.35,<9.7.0", - "mkdocstrings[python]>=0.20.0,<0.29.2", + "mkdocstrings[python]>=0.20.0,<0.30.2", "mike~=2.1.3", ] dev = [