From 6d2718c46459fb0ab5bf7565578998907778b51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:30:44 +0000 Subject: [PATCH] chore(deps): update sphinx requirement from >=5.0.1 to >=7.4.7 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/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.1...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-doc.txt b/requirements/requirements-doc.txt index 00671fd..c959b0f 100644 --- a/requirements/requirements-doc.txt +++ b/requirements/requirements-doc.txt @@ -1,2 +1,2 @@ -Sphinx>=5.0.1 +Sphinx>=7.4.7 sphinx-rtd-theme>=3.1.0 \ No newline at end of file