From d3e62f3bff2ebbc9d4b210a288f92a0e44aba483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:54:24 +0000 Subject: [PATCH] chore(deps): update sphinx-autobuild requirement in /requirements 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] --- requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index 40be618..e294cbb 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -2,6 +2,6 @@ # ----------------------- myst-parser[linkify]>=2 -sphinx-autobuild>=2024 +sphinx-autobuild>=2025.8.25 sphinx-copybutton>=0.5,<1 sphinx-rtd-theme>=2