From 2ecfef14326d7056c9cc3d8a7a963e6f7f95af84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:59:31 +0000 Subject: [PATCH] Update furo requirement from >=2024.0.0 to >=2025.12.19 Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. - [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.01.29...2025.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9ec4ae..6b2462f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ "pyright>=1.0.0", "sphinx>=7.0.0", "pygments>=2.16.1", - "furo>=2024.0.0", + "furo>=2025.12.19", "sphinx-copybutton>=0.5.0", ]