From be8db1e132486af2130426890c52d7496c6895d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:33:57 +0000 Subject: [PATCH] chore: bump the docs-dependencies group across 1 directory with 3 updates Bumps the docs-dependencies group with 3 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter). Updates `mkdocs-material` from 9.7.6 to 9.7.7 - [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.7.6...9.7.7) Updates `mkdocstrings` from 1.0.4 to 1.0.6 - [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.4...1.0.6) Updates `mkdocs-jupyter` from 0.26.2 to 0.26.3 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/commits) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: mkdocs-jupyter dependency-version: 0.26.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 299232a..8d81249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ Repository = "https://github.com/FBumann/xarray_plotly" [dependency-groups] docs = [ "mkdocs==1.6.1", - "mkdocs-material==9.7.6", - "mkdocstrings[python]==1.0.4", - "mkdocs-jupyter==0.26.2", + "mkdocs-material==9.7.7", + "mkdocstrings[python]==1.0.6", + "mkdocs-jupyter==0.26.3", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1", ]