From 0fa5abb3a0c021cb41c2d307a683f50d6b816a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 01:13:55 +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(-) mode change 100755 => 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt old mode 100755 new mode 100644 index 1a6343f..870aa09 --- 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