From 2b65791a78a42df9cdd8a025ffa43b49a1503465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 08:08:01 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 7.0.0 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.0.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... 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 c36b2d44..27efedd1 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -13,7 +13,7 @@ plotly==5.14.1 pypandoc==1.11 pythreejs==2.4.2 pyvista==0.38.5 -Sphinx==5.3.0 +Sphinx==7.0.0 sphinx-copybutton==0.5.1 sphinx-gallery==0.12.2 sphinx-autobuild==2021.3.14