From e5b94dc514eff87e2cb5358abefa5cd7a91d380f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:31:03 +0000 Subject: [PATCH] chore(deps): update furo requirement 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/2023.09.10...2025.09.25) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.9.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4667c8d..f5485a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ harp-proxy = "harp.commandline:entrypoint" dev = [ "cookiecutter>=2.6,<2.7", "freezegun>=1.5.5,<2", - "furo>=2023.9.10,<2025.0.0", + "furo>=2023.9.10,<2026.0.0", "hatchling==1.27.0", "honcho>=2.0,<2.1", "jscc>=0.3.0,<0.4",