From c0e3d35dfe749fa9f7406bc33eb914de660247a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:59:58 +0000 Subject: [PATCH] :arrow_up: 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e367a2..cb3c83d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tests = [ ] docs = [ - 'sphinx~=7.3.7', + 'sphinx~=8.0.2', 'sphinx-copybutton~=0.5.2', 'sphinx-book-theme~=1.1.2', 'sphinx-click~=6.0.0',