From dfc7ac9783805f639d37dfaec7db49069003d0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:05:57 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 6.2.0 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.2.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...v6.2.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 3a2b29cd..2689ba9f 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==6.2.0 sphinx-copybutton==0.5.1 sphinx-gallery==0.12.2 sphinx-autobuild==2021.3.14