From 8efb2ae1effa0e02d8d584e1c3a5807f291bbabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:12:27 +0000 Subject: [PATCH] Bump sphinx-gallery from 0.19.0 to 0.20.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.19.0 to 0.20.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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-version: 0.20.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 5cede693a..d8bea33a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ documentation = [ "numpydoc ==1.9.0", "sphinx >=5.1.1", "sphinx-rtd-theme ==3.0.2", - "sphinx-gallery ==0.19.0", + "sphinx-gallery ==0.20.0", "pydata-sphinx-theme ==0.15.4", ]