From 4e1c60f123ddc3c9f9e6e7362a4e56261597317d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:21:20 +0000 Subject: [PATCH] Update sphinx requirement from <4.1.2,>=3.0 to >=3.0,<5.3.1 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/v3.0.0...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/sphinx-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt index 0991d8d03..a38e10e75 100644 --- a/docs/sphinx-requirements.txt +++ b/docs/sphinx-requirements.txt @@ -1,5 +1,5 @@ # Sphinx builds the documentation -sphinx>=3.0,<4.1.2 +sphinx>=3.0,<5.3.1 # Sphinx dependencies Pygments>=2.6.1