From aa0364f64475e76a181c5611b88e1488e91d6357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:01:41 +0000 Subject: [PATCH] Bump furo from 2024.8.6 to 2025.7.19 in /bindings/python Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 to 2025.7.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.07.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.7.19 dependency-type: direct:production update-type: version-update:semver-major ... 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 31da90eb..49ee3aa5 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -163,5 +163,5 @@ docs = [ "sphinx>=5.3,<9", "sphinx_rtd_theme>=2,<4", "sphinxcontrib-shellcheck>=1,<2", - "furo==2024.8.6" + "furo==2025.7.19" ]