From d81bb4ac2e76178038a43fce9e08a44c52513f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:07:42 +0200 Subject: [PATCH] MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.10.3 (#156) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2889b0a3..5286c12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ doc = [ "Sphinx>=7.1.0,<8.1", "sphinx-copybutton>=0.5.0,<0.6", "sphinx-autobuild==2021.3.14; python_version == '3.8'", - "sphinx-autobuild==2024.4.16; python_version > '3.8'", + "sphinx-autobuild==2024.10.3; python_version > '3.8'", "nbsphinx>=0.9.0,<0.10", "sphinx_design", "jupytext",