From fa9af7135e854e373b49c66309aba928ff69884e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:27:05 +0000 Subject: [PATCH] build(deps): bump sphinx-gallery from 0.18.0 to 0.19.0 in /_package Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.18.0 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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0f60f8578..b5b6ab0aa 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.4", - "sphinx-gallery==0.18.0", + "sphinx-gallery==0.19.0", ] [tool.flit.module] name = "pyconverter.generatedcommands"