From 463083febdc7f21ce382a399e2eadbc00a3bd651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:41:03 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-autobuild from 2024.2.4 to 2025.8.25 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.2.4 to 2025.8.25. - [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...2025.08.25) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-version: 2025.8.25 dependency-type: direct:development 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 19b636cb7..ba36c0934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ build = [ docs = [ "Sphinx ~= 7.4", "sphinxcontrib-apidoc == 0.6.0", - "sphinx-autobuild == 2024.2.4", + "sphinx-autobuild == 2025.8.25", "furo ~= 2025.9", ] test = [