From 1ecb65a46ccd7831b81c9880ad9e3b91e0ef2d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:15:03 +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 3a9cce8be..812b021fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ documentation = [ "numpydoc==1.10.0", "sphinx>=5.1.1", "sphinx-rtd-theme==3.1.0", - "sphinx-gallery==0.20.0", + "sphinx-gallery==0.21.0", "sphinx_design==0.6.1", "pydata-sphinx-theme==0.16.1" ]