From 3310905d94b30b42831a2c9d2754eec4bd967f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:30:40 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <3.4.0,>=3.0.3 to >=3.0.3,<3.6.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.5.0) 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 ca984f6..06513b2 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -5,7 +5,7 @@ extras-require>=0.2.0 pyyaml>=5.3.1 repo-helper-sphinx-theme>=0.0.2 seed-intersphinx-mapping>=0.3.1 -sphinx<3.4.0,>=3.0.3 +sphinx>=3.0.3,<3.6.0 sphinx-copybutton>=0.2.12 sphinx-notfound-page>=0.5 sphinx-prompt>=1.1.0 From 2e5b9300f6792a9df397c8d549c36d0413398467 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:32:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- 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 06513b2..32679f5 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -5,7 +5,7 @@ extras-require>=0.2.0 pyyaml>=5.3.1 repo-helper-sphinx-theme>=0.0.2 seed-intersphinx-mapping>=0.3.1 -sphinx>=3.0.3,<3.6.0 +sphinx<3.6.0,>=3.0.3 sphinx-copybutton>=0.2.12 sphinx-notfound-page>=0.5 sphinx-prompt>=1.1.0