From 9bc933784b77edbccc2ed329156882f9c3762646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 01:13:59 +0000 Subject: [PATCH] Update sphinx requirement from <4.5.0,>=4.4.0 to >=4.4.0,<5.1.0 in /docs 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/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 613e285..ddeb6b5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This file is used to setup env # to generate documentation. -sphinx>=4.4.0,<4.5.0 +sphinx>=4.4.0,<5.1.0 sphinx-autodoc-typehints>=1.17.0,<1.18.0 sphinxcontrib-apidoc>=0.3.0 furo>=2022.1.2