From 685e0ad66138fdbd44e87cbc890acc49d2bb6e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 10:42:41 +0000 Subject: [PATCH] deps(deps): update huggingface-hub requirement from >=0.30.0 to >=1.18.0 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/v0.30.0...v1.18.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.18.0 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 51a4e21..971003a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ torch==2.9.1 datasets==4.4.2 accelerate==1.10.1 evaluate==0.4.6 -huggingface_hub>=0.30.0 +huggingface_hub>=1.18.0 httpx==0.28.1