From 05b0b69f594cae3c8e3f92712ebb3278d3e3978a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:17:38 +0000 Subject: [PATCH] Update sphinx requirement from ~=7.3.7 to ~=8.1.3 in /requirements 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/v7.3.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index a06ae49..d4feaa0 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ sphinx-autobuild==2024.10.3 -sphinx~=7.3.7 +sphinx~=8.1.3 sphinx-copybutton~=0.5.2 furo==2024.8.6 enum-tools[sphinx]~=0.12.0