From dd3c0aaa59dc0db043ddce07ff3f42c974b1210f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 18:47:20 +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.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 0.30.0 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..6f5d158 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.1", "mike~=2.1.3", ] dev = [