From 0f7ebbddce4a1ced8ead5c19bb3027e5ac6f8928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:33:55 +0000 Subject: [PATCH] :arrow_up: 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.20.0...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 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 6c9e2c7..d2fee66 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.30.2", + "mkdocstrings[python]>=0.20.0,<1.0.7", "mike~=2.1.3", ] dev = [