From fe212508550db9771e33faf1e619b40486d72841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:38:57 +0000 Subject: [PATCH] Update sphinx requirement from <7.0,>6.0 to >6.0,<8.0 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/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.0.1...v7.0.1) --- updated-dependencies: - dependency-name: sphinx 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 7e3a947c0951c..7c7283f95af98 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -sphinx >6.0, <7.0 +sphinx >6.0, <8.0 myst-parser ==2.0.0 nbsphinx >=0.8.5, <=0.8.9 pandoc >=1.0, <=2.3