From ecbb7581b621dc8ee00156f06cf837621a177321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:05:45 +0100 Subject: [PATCH] MAINT: Bump sphinx-gallery from 0.14.0 to 0.15.0 (#204) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d44ce958..2d1f3a306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "Sphinx==6.2.1", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinx-copybutton==0.5.2", "sphinx_design==0.5.0", - "sphinx-gallery==0.14.0", + "sphinx-gallery==0.15.0", ] [project.urls]