From e0e03e8bb039acee697b88931f993f1e3ec98f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:45:11 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2024.10.3 to 2025.8.25 in the python group Bumps the python group with 1 update: [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild). Updates `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:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1cf5ef..7439684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pyvec-docs = "pyvec_docs.cli:main" dev = [ "pytest-ruff==0.5", "pytest==8.4.1", - "sphinx-autobuild==2024.10.3", + "sphinx-autobuild==2025.8.25", ] [build-system]