From a0fae62694c8bfe8ead3650a9e44efcb0d819ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 06:52:40 +0000 Subject: [PATCH] deps(deps): update huggingface-hub requirement from >=0.30.0 to >=1.17.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.17.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.17.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..66eec6a 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.17.0 httpx==0.28.1