From 0404ba4ccbb61eca066289c6a60978f377591728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:58:01 +0000 Subject: [PATCH] [DEPENDABOT]: Update sphinx-gallery requirement in /docs 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.8.2...v0.13.0) --- updated-dependencies: - dependency-name: sphinx-gallery 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 30cf1da..22bc9a8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,7 +11,7 @@ requests sphinx>=3.5.4,<=4.0.0 sphinx-autodoc-annotation sphinx-autodoc-typehints>=1.10.3 -sphinx_gallery>=0.8.2,<0.11 # https://github.com/spatialaudio/nbsphinx/pull/666 +sphinx_gallery>=0.8.2,<0.14 # https://github.com/spatialaudio/nbsphinx/pull/666 sphinx_last_updated_by_git sphinx_rtd_theme>=0.5.0 sphinx-click>=2.5.0