From c140ecf47b2e2995fe7277785a4188d097cc26b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 02:09:23 +0000 Subject: [PATCH] Update sphinx-gallery requirement from ~=0.18 to ~=0.19 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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index aad16a5b..c19681d9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ sphinx~=8.1; python_version >= '3.10' sphinx-rtd-theme~=3.0 sphinxcontrib-spelling~=8.0 sphinxcontrib-googleanalytics~=0.4 -sphinx-gallery~=0.18 +sphinx-gallery~=0.19 nbsphinx~=0.9 -r notebooks/requirements.txt