From dc1ad55daa0859bdf62455633b82c90909508a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:06:38 +0000 Subject: [PATCH] MAINT: Bump sphinx-gallery from 0.14.0 to 0.15.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.14.0 to 0.15.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.14.0...v0.15.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 00b5a02d078..8b47b35d7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ doc = [ "sphinx-autobuild==2024.2.4", "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.14.0", + "sphinx-gallery==0.15.0", "sphinx-notfound-page==1.0.0", "sphinxcontrib-websupport==1.2.4; python_version <= '3.9'", "sphinxcontrib-websupport==1.2.5; python_version <= '3.7'",