From 60f0f68679d6836f9c3166637005305ef2ef3b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:17:12 +0000 Subject: [PATCH] build(deps): bump furo from 2024.8.6 to 2025.12.19 in /examples/sphinx Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 to 2025.12.19. - [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.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sphinx/requirements.txt b/examples/sphinx/requirements.txt index 1cc61d5..e048806 100644 --- a/examples/sphinx/requirements.txt +++ b/examples/sphinx/requirements.txt @@ -1,3 +1,3 @@ -furo==2024.8.6 +furo==2025.12.19 rstcheck[sphinx]==6.2.4 Sphinx==8.2.3