From 65a2ddf61b016621c0f0cb4b3ef1cfda46a84966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:17:07 +0000 Subject: [PATCH] Bump furo from 2025.9.25 to 2025.12.19 in /bindings/python Bumps [furo](https://github.com/pradyunsg/furo) from 2025.9.25 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/2025.09.25...2025.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 8e758a63..5becd795 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -167,5 +167,5 @@ docs = [ "sphinx>=5.3,<9", "sphinx_rtd_theme>=2,<4", "sphinxcontrib-shellcheck>=1,<2", - "furo==2025.9.25" + "furo==2025.12.19" ]