From eab58205fe7a9feaf86d69665fcc01369ec3c4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:08:44 +0000 Subject: [PATCH] Update sphinx requirement from <6.0 to <8.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d2a2b12..c23e22c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ requests>=2.21.0 # Building Docs requirements sphinxjp.themes.basicstrap -sphinx<6.0 +sphinx<8.0 sphinx-gallery>0.6.2 pillow>=7.1.2 breathe>=4.34.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 6fe591c..2e219e7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ codecov # doc build sphinxjp.themes.basicstrap -sphinx<6.0 +sphinx<8.0 sphinx-gallery>=0.6.2 pillow>=7.1.2 # for sphinx-gallery images sphinx_copybutton>=0.3.0