From d64e5a2f557b1a75a177c131103b13087737bb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:08:06 +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.27.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] 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 a847712..045d3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ Changelog = "https://github.com/roboflow/multimodal-maestro/blob/main/CHANGELOG. [project.optional-dependencies] docs = [ "mkdocs-material~=9.5.35", - "mkdocstrings[python]>=0.20.0,<0.26.3", + "mkdocstrings[python]>=0.20.0,<0.27.1", "mike~=2.1.3", ]