From 3f69c09cf78574f0f17cbb7aa216d2de14848457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:23:08 +0000 Subject: [PATCH] Bump the docs-dependencies group with 2 updates Bumps the docs-dependencies group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocs-material` from 9.5.49 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.49...9.7.1) Updates `mkdocstrings[python]` from 0.27.0 to 1.0.0 - [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.27.0...1.0.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 145b399..5655719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,8 @@ dev = [ ] docs = [ "mkdocs==1.6.1", - "mkdocs-material==9.5.49", - "mkdocstrings[python]==0.27.0", + "mkdocs-material==9.7.1", + "mkdocstrings[python]==1.0.0", "mkdocs-jupyter==0.25.1", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1",