From 5b70f0cd2181adcec332e30e5d1e9651e0217722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:07:28 +0000 Subject: [PATCH] Update furo requirement from ~=2025.9.25 to >=2025.9.25,<2025.13.0 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/2025.09.25...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 cd4366d01..4bb567708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ docs = [ "sphinx~=7.4.7", - "furo~=2025.9.25", + "furo>=2025.9.25,<2025.13.0", "requests~=2.32.5", "pydantic~=2.12.3", "jinja2~=3.1.6",