From 28a4be145375e8d7121ae89f41cb2d6a15c1c3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:55:03 +0000 Subject: [PATCH] build: bump sphinx-gallery from 0.15.0 to 0.18.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.15.0 to 0.18.0. - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.15.0...v0.18.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production 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 c9d91e90..fcb9edfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ doc=[ "sphinx-design==0.6.1", "sphinx-copybutton==0.5.2", "sphinx-autoapi==3.4.0", - "sphinx-gallery==0.15.0", + "sphinx-gallery==0.18.0", "sphinx-notfound-page==1.0.4", ] tests = [