From e5d9be7c9d93f1c61d3b91023676de37d9722822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:57:13 +0000 Subject: [PATCH] chore(deps-dev): update sphinx-autobuild requirement Updates the requirements on [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14e64f0..79ddf01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ "furo>=2023.5.20; python_version>='3.11'", "myst-parser>=0.16; python_version>='3.11'", "sphinx>=4; python_version>='3.11'", - "sphinx-autobuild>=2024,<2025; python_version>='3.11'", + "sphinx-autobuild>=2024,<2026; python_version>='3.11'", ] [tool.ruff]