From 92bdbd43475540f693468ee6b37e96f4d032d484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:20:39 +0000 Subject: [PATCH] Update sphinx requirement from ~=7.3.7 to ~=7.4.7 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...v7.4.7) --- 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 27ebb17..6ed030b 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ sphinx-autobuild==2024.4.16 -sphinx~=7.3.7 +sphinx~=7.4.7 sphinx-copybutton~=0.5.2 furo==2024.5.6 enum-tools[sphinx]~=0.12.0