From 9dcf618e63767822e6b2a22fd12444e56d28d5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:28:22 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <3.4.0,>=3.2.0 to >=3.2.0,<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.2.0...v3.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c709d0e..8a4a7bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ docutils>=0.16 -sphinx<3.4.0,>=3.2.0 +sphinx>=3.2.0,<3.6.0 From e393f419cbac022bb52135ea112518deb675ba80 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:28:46 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a4a7bb..d9365d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ docutils>=0.16 -sphinx>=3.2.0,<3.6.0 +sphinx<3.6.0,>=3.2.0