From b82ba2c8b1811272d371f1ff724526856b0f881e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:34:28 +0000 Subject: [PATCH] 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/2023.09.10...2025.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index c4fa860e..2cd99e72 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,7 +1,7 @@ # Pin packages for RTD builds # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies Sphinx>=7.2.6 -furo>=2023.9.10 +furo>=2025.12.19 myst-parser>=2.0.0 moto>=4.2.8 sphinx-copybutton>=0.5.2