From 1423e97d906d36fe1b522b70751d98d7ac15930d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:39:20 +0000 Subject: [PATCH] Update sphinx requirement from <4,>=3.0.3 to >=3.0.3,<8 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/v3.0.3...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7a6de3..641263a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ docutils>=0.16 -sphinx<5,>=3.0.3 +sphinx>=3.0.3,<8 sphinx-jinja2-compat>=0.2.0