From 32aef5926b898ed0f1d9931271bd97e51ba48f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:50:15 +0000 Subject: [PATCH] build(deps): bump sphinx-gallery from 0.17.1 to 0.18.0 in /_package Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.17.1 to 0.18.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.18.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 39e99e52f..8098cc343 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -49,7 +49,7 @@ doc = [ "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.4", - "sphinx-gallery==0.17.1", + "sphinx-gallery==0.18.0", ] [tool.flit.module] name = "pyconverter.generatedcommands"