From c5db35a66a5b9897c2e1c4049277cf13f3ef2e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:24:47 -0500 Subject: [PATCH] Update sphinx requirement from <4.3.3,>=3.0 to >=3.0,<4.4.1 (#612) 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.4.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Wenger --- docs/sphinx-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt index 442ab9a3e..88dbbc1d2 100644 --- a/docs/sphinx-requirements.txt +++ b/docs/sphinx-requirements.txt @@ -1,5 +1,5 @@ # Sphinx builds the documentation -sphinx>=3.0,<4.3.3 +sphinx>=3.0,<4.4.1 # Sphinx dependencies Pygments>=2.6.1