From 6b70b5f5fd60225a593ad603e68b162ac2540a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:54:06 +0000 Subject: [PATCH] Bump furo from 2024.8.6 to 2025.9.25 Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 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/2024.08.06...2025.09.25) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.9.25 dependency-type: direct:production 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 19b8415..7708e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "setuptools", "wheel", "Sphinx>=6.0,<9.0", - "furo==2024.8.6", + "furo==2025.9.25", "myst-parser>=1.0", "sphinx-copybutton", "sphinx-autobuild",