From 0c89e64981dadd09ab768aef5ec815bb9c9a85c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:39:38 +0000 Subject: [PATCH] build(deps): update sphinx requirement from <7.0,>=5.0 to >=5.0,<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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v7.2.6) --- 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 ffa3c52..fcef88b 100644 --- a/requirements/_docs.txt +++ b/requirements/_docs.txt @@ -1,4 +1,4 @@ -sphinx>=5.0,<7.0 +sphinx>=5.0,<8.0 myst-parser>=0.15 nbsphinx>=0.8.5 pandoc>=1.0