From 20e6c6a8a5e4b6bfb3d8466a61a762e25c125ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:05:02 +0000 Subject: [PATCH] Bump sphinx-gallery from 0.20.0 to 0.21.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c0b1d155c6..a1cb14cbd1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ doc = [ "numpydoc==1.10.0", "ansys-sphinx-theme==1.7.0", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.20.0", + "sphinx-gallery==0.21.0", "sphinxcontrib-mermaid==2.0.0", "docker>=6.1.0", "matplotlib==3.10.8",