From c577b6d7aa360095b9422747db57778519edd004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:35:47 +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.1 to 1.0.2 - [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.1...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 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 65a4ca6..ba54603 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.1", + "mkdocstrings[python]==1.0.2", "mkdocs-jupyter==0.25.1", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1",