From 968efde8f8e15ab39663b9066b5ce5edd4716488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:35:02 +0000 Subject: [PATCH] chore: bump the docs-dependencies group across 1 directory with 2 updates Bumps the docs-dependencies group with 2 updates in the / directory: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter). Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [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.3...1.0.4) Updates `mkdocs-jupyter` from 0.25.1 to 0.26.2 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/compare/0.25.1...0.26.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: mkdocs-jupyter dependency-version: 0.26.2 dependency-type: direct:development update-type: version-update:semver-minor 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 692c1a2..c1762f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ Repository = "https://github.com/FBumann/xarray_plotly" docs = [ "mkdocs==1.6.1", "mkdocs-material==9.7.6", - "mkdocstrings[python]==1.0.3", - "mkdocs-jupyter==0.25.1", + "mkdocstrings[python]==1.0.4", + "mkdocs-jupyter==0.26.2", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1", ]