From 81ab6fe148fca28e77d0415f020b1bafbec1afd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:31:44 +0000 Subject: [PATCH] Update sphinx requirement from <5,>=4 to >=4,<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/v4.0.0...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8d2441e..50127fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ python-dateutil>=2.8.2 pytz>=2022.1 semantic_version>=2.9.0 six==1.16.0 -Sphinx>=4,<5 +Sphinx>=4,<8 SphinxExtensions>=0.2.0 sphinx_rtd_theme>=1.0.0 Werkzeug>=2.1.2