From 247a9b95f07141819f36aa9a6d7a8359e5e05b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 06:51:07 +0000 Subject: [PATCH] Update sphinx requirement from <3.4.0,>=3.0.3 to >=3.0.3,<3.5.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/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.3...v3.4.1) Signed-off-by: dependabot[bot] --- doc-source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 3e61db26..a64f1d66 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -3,7 +3,7 @@ default-values>=0.2.0 domdf-sphinx-theme>=0.3.0 extras-require>=0.2.0 seed-intersphinx-mapping>=0.1.1 -sphinx<3.4.0,>=3.0.3 +sphinx>=3.0.3,<3.5.0 sphinx-autofixture>=0.1.0 sphinx-click>=2.5.0 sphinx-copybutton>=0.2.12