From 2a897f00063b1745e7bf2038ec681560bc20bbf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 07:14:10 +0000 Subject: [PATCH] Update sphinx requirement from <3.6.0,>=3.0.0 to >=3.0.0,<4.1.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/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9a9d8c0..4a97ba1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx-markdown-tables>=0.0.14,<0.1.0 recommonmark>=0.6.0,<0.8.0 -sphinx>=3.0.0,<3.6.0 +sphinx>=3.0.0,<4.1.0