From 6bfc7ae37b32c0f85dad02df34e154cabbd3129c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:00:33 +0000 Subject: [PATCH] build(deps): update furo requirement in /requirements Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.01.29...2025.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 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 a2e393e..75a0503 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -1,7 +1,7 @@ # Documentation (for devs) # ----------------------- -furo>=2024 +furo>=2025.12.19 keepachangelog>=2.0.0 myst-parser[linkify]>=2 sphinx-autobuild>=2024