From 39e1f1f9bb3def2ea6ef4232acaeab280144b1b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:10:26 +0000 Subject: [PATCH] Update dependency huggingface-hub to ~=1.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e16ca014..db38f400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "black~=26.1", "codespell~=2.0", "flake8~=7.0", - "huggingface_hub~=1.3.1", + "huggingface_hub~=1.4.0", "hypothesis>=6.135.26", "isort~=7.0", "pytest~=9.0",