From 323db78dae6f2458f5ee1e9a30a3ef697c3c5643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:31:05 +0000 Subject: [PATCH] Bump furo from 2024.8.6 to 2025.12.19 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01689011..f19516f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx-mdinclude==0.6.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.7", "sphinx-toolbox==3.8.0", - "furo==2024.8.6"] + "furo==2025.12.19"] dev = ["pre-commit==4.5.1"] [tool.hatch.version]