From 0ea13875666ba782b79e7a6db465624cd701f5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:43:16 +0200 Subject: [PATCH] BUILD: bump sphinx-autobuild from 2021.3.14 to 2024.10.3 (#5252) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bc31e33e42..a5b94451f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ doc = [ "Sphinx>=7.1.0,<8.1", # NOTE: latest compatible version for Python 3.8 is 2021.3.14 "sphinx-autobuild==2021.3.14; python_version == '3.8'", - "sphinx-autobuild==2024.9.19; python_version > '3.8'", + "sphinx-autobuild==2024.10.3; python_version > '3.8'", "sphinx-copybutton>=0.5.0,<0.6", "sphinx-gallery>=0.14.0,<0.18", "sphinx_design>=0.4.0,<0.7",