From 8ede71251eb57cb0014d9a25950ca8b8d22e23f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:00:31 +0000 Subject: [PATCH] [deps] Update sphinx requirement from ~=7.3.7 to ~=8.0.2 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/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6017f457..19b24066 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Sphinx temporarily pinned because of this issue # https://github.com/sphinx-doc/sphinx/issues/11633 -sphinx~=7.3.7 +sphinx~=8.0.2 svglib rst2pdf sphinxcontrib-jquery