From a1fdd2337e9caf9831570898f3137fa4ffc7c4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:13:15 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2024.10.3 to 2025.8.25 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.10.3 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.10.03...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 57907ce..a9d0c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "myst-parser>=1.0,<4.1", "sphinx-copybutton==0.5.2", - "sphinx-autobuild==2024.10.3", + "sphinx-autobuild==2025.8.25", "sphinx-autodoc-typehints==3.0.1", "packaging" ]