From 07d697404a7d64d109e17a7a63e4bc934c6694be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:36:12 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 6.2.1 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.2.1. - [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.1) --- 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..866f5e30 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.1 sphinx-copybutton==0.5.1 sphinx-gallery==0.12.2 sphinx-autobuild==2021.3.14