From 6fbb1e4d2a68e75e1d9d0a279558cdb318da2692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:50:05 +0000 Subject: [PATCH] deps(deps): update mkdocstrings requirement in /dev 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.24.0...0.30.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pyproject.toml b/dev/pyproject.toml index 7924b0b..d1cfc43 100644 --- a/dev/pyproject.toml +++ b/dev/pyproject.toml @@ -65,7 +65,7 @@ visualization = [ docs = [ "mkdocs>=1.5.0", "mkdocs-material>=9.5.0", - "mkdocstrings[python]>=0.24.0", + "mkdocstrings[python]>=0.30.1", "mkdocs-minify-plugin>=0.7.0", ]