From 749e5f74e79e4d7ecbfcc5f1b24c3ed5fe5a2824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:04:07 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-gallery from 0.19.0 to 0.20.0 in /_package Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-version: 0.20.0 dependency-type: direct:development 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 0ed628257..422cd9059 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.1.0", - "sphinx-gallery==0.19.0", + "sphinx-gallery==0.20.0", ] [tool.flit.module] name = "pyconverter.generatedcommands"