From c0ad30c772806fb512106ddbfa03c57c38b1f54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:20:10 +0000 Subject: [PATCH] build(deps-dev): update sphinx-gallery requirement Updates the requirements on [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abca3a70e31..d875715d2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ pytest-sphinx = "==0.6.3" sphinx-autobuild = "==2024.10.3" sphinx-autodoc-typehints = "==2.3.0" sphinx-copybutton = "==0.5.2" -sphinx-gallery = "==0.17.1" +sphinx-gallery = "==0.18.0" sphinx-notfound-page = "==1.0.4" sphinxcontrib-websupport = "==2.0.0" sphinxemoji = "==0.3.1"