From 8f6b3b8c6c657f9f2d490ae73a4078554b3f482a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 01:34:06 +0000 Subject: [PATCH] build(deps): update sphinx requirement in /requirements 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/v5.0.1...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 6b65450094164..3828d595420f6 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -sphinx >5.0, <6.0 +sphinx >5.0, <8.0 myst-parser >=0.18.1, <3.0.0 nbsphinx >=0.8.5, <=0.9.2 nbconvert <7.14 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092