From ba679af28a578d8c43853706925b8b4469b5e7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:37:07 +0000 Subject: [PATCH] build(deps): bump sphinx-autobuild from 2024.2.4 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.2.4 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/2024.02.04...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0360d54fc..aa0bef858 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ build = [ docs = [ "Sphinx ~= 6.0", "sphinxcontrib-apidoc == 0.5.0", - "sphinx-autobuild == 2024.2.4", + "sphinx-autobuild == 2024.10.3", "furo ~= 2024.1", ] test = [