From 5277a2ad2966d81033448a38a38420897253bf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:03:02 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <3.4.0,>=3.0.3 to >=3.0.3,<4.2.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.2.1...v4.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... 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 8c5408f..793bb2e 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -3,7 +3,7 @@ default-values>=0.4.2 domdf-sphinx-theme>=0.3.0 extras-require>=0.2.0 seed-intersphinx-mapping>=0.3.1 -sphinx<3.4.0,>=3.0.3 +sphinx>=3.0.3,<4.2.0 sphinx-copybutton>=0.2.12 sphinx-debuginfo>=0.1.0 sphinx-notfound-page>=0.5 From 05e6afa2e13640ccaa2b9a22d209a8eea78bcb79 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:03:12 +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 793bb2e..57eadc3 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -3,7 +3,7 @@ default-values>=0.4.2 domdf-sphinx-theme>=0.3.0 extras-require>=0.2.0 seed-intersphinx-mapping>=0.3.1 -sphinx>=3.0.3,<4.2.0 +sphinx<4.2.0,>=3.0.3 sphinx-copybutton>=0.2.12 sphinx-debuginfo>=0.1.0 sphinx-notfound-page>=0.5