From f8f2a563e7dbb638479e7b059127878b47a9fc29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:04:06 +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 543e66b..d3e862d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ testing = [ documentation = [ "numpydoc ==1.9.0", "sphinx >=5.1.1", - "sphinx-gallery ==0.19.0", + "sphinx-gallery ==0.20.0", "sphinx-rtd-theme ==3.1.0", "pydata-sphinx-theme ==0.14.1", ]