From 862bb82f1c6e952a78531e9145e0216568b5bf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:05:03 +0000 Subject: [PATCH] chore(deps): Update furo requirement from ~=2024.8.6 to ~=2025.9.25 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.08.06...2025.09.25) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.9.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90b83d1..d1e3048 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Sphinx~=8.2.3 -furo~=2024.8.6 +furo~=2025.9.25 myst-parser~=4.0.1 sphinxext-opengraph~=0.9.1