From 572207075aae0b8f4738449e4ee175c508e82ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 06:43:53 +0000 Subject: [PATCH] MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.10.3. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21016a02..9ed70b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ doc = [ "numpydoc>=1.5.0,<1.9", "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.10.3; python_version == '3.8'", "sphinx-autobuild==2024.10.3; python_version > '3.8'", "nbsphinx>=0.9.0,<0.10", "sphinx_design",