From 48911ce813b1f5e29392b0379a48d24501976faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 10:42:39 +0000 Subject: [PATCH] deps(deps): update huggingface-hub requirement from >=1.20.1 to >=1.25.1 Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.20.1...v1.25.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd0ccee..aa8ec29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ torch==2.9.1 datasets==5.0.0 accelerate==1.10.1 evaluate==0.4.6 -huggingface_hub>=1.20.1 +huggingface_hub>=1.25.1 httpx==0.28.1