From 5fa27f41af36477c000d814742a3b7b4c32cc4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:16:21 +0000 Subject: [PATCH] Update sphinx requirement from <6.2.0,>=4.3.0 to >=4.3.0,<7.1.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/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 77ab652..cd7fb36 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ setuptools wheel # Building docs -Sphinx>=4.3.0,<6.2.0 +Sphinx>=4.3.0,<7.1.0 # Sphinx theme: https://sphinx-themes.org/sample-sites/furo/ furo==2022.12.7