From 01dcb51cd073d175b03b159231d1a584c803a518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 03:23:07 +0000 Subject: [PATCH] Update sphinx requirement from <8.1.0,>=4.3.0 to >=4.3.0,<8.2.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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v8.1.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 bcd9c18..22890f1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ setuptools wheel # Building docs -Sphinx>=4.3.0,<8.1.0 +Sphinx>=4.3.0,<8.2.0 # Sphinx theme: https://sphinx-themes.org/sample-sites/furo/ furo==2024.8.6