From e7da75bbba55465852c829a7bc0270491b005494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:53:30 +0000 Subject: [PATCH] Update sphinx requirement from <8.0.1 to <8.0.3 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/v3.5.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2abbcb0..e337306 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ docs = # upstream sphinx >= 3.5 # workaround for sphinx/sphinx-doc#11662 - sphinx < 8.0.1 + sphinx < 8.0.3 jaraco.packaging >= 9.3 rst.linker >= 1.9 furo