From 16d509dd38f547e6a1e683220cdfe26fd5743583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:50:28 +0000 Subject: [PATCH] Bump sphinx-gallery from 0.17.1 to 0.19.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.17.1 to 0.19.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.17.1...v0.19.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 9ca5460d7b8..92ce3bc9428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ doc = [ "numpydoc==1.8.0", "ansys-sphinx-theme==1.1.1", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.17.1", + "sphinx-gallery==0.19.0", "sphinxcontrib-mermaid==0.9.2", "docker>=6.1.0", "matplotlib==3.9.1.post1",