From c1bf1bb7fe701ab438b87621276ae0c05f4e3d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 06:47:07 +0000 Subject: [PATCH] Update sphinx requirement from ~=6.1.3 to ~=7.2.6 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/v6.1.3...v7.2.6) --- 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 8d05cd740..8b22943f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ ci = [ ] docs = [ 'myst-parser~=1.0.0', - 'sphinx~=6.1.3', + 'sphinx~=7.2.6', 'sphinx-click~=4.4.0', 'sphinx-markdown-builder~=0.5.5', 'mike~=1.1.2',