From 76b2d78e44abf6a3f353ad1792f460dfc8b7b0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:36:35 +0000 Subject: [PATCH] Bump mkdocstrings[python] in the docs-dependencies group Bumps the docs-dependencies group with 1 update: [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocstrings[python]` from 1.0.0 to 1.0.1 - [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/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4a1c0f..96b24a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ docs = [ "mkdocs==1.6.1", "mkdocs-material==9.7.1", - "mkdocstrings[python]==1.0.0", + "mkdocstrings[python]==1.0.1", "mkdocs-jupyter==0.25.1", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1",