From 8f57cd0217c00366976fe13afb4f6544ac47812a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:33:46 +0000 Subject: [PATCH] Bump furo from 2025.7.19 to 2025.9.25 in /bindings/python Bumps [furo](https://github.com/pradyunsg/furo) from 2025.7.19 to 2025.9.25. - [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.07.19...2025.09.25) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.9.25 dependency-type: direct:production 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 8448a80e..66b0a7b2 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -164,5 +164,5 @@ docs = [ "sphinx>=5.3,<9", "sphinx_rtd_theme>=2,<4", "sphinxcontrib-shellcheck>=1,<2", - "furo==2025.7.19" + "furo==2025.9.25" ]