From 9a649bf611cf438eb2754a40b0e63c7f0255e79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:42:40 +0000 Subject: [PATCH] chore(deps): bump huggingface-hub from 0.33.4 to 0.35.3 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.33.4 to 0.35.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.33.4...v0.35.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52f4180..bf13f35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 httpx-sse==0.4.1 -huggingface-hub==0.33.4 +huggingface-hub==0.35.3 idna==3.10 markdown-it-py==3.0.0 MarkupSafe==3.0.2 diff --git a/setup.py b/setup.py index ce8e16c..6eb7940 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "httpcore==1.0.9", "httpx==0.28.1", "httpx-sse==0.4.1", - "huggingface-hub==0.33.4", + "huggingface-hub==0.35.3", "idna==3.10", "markdown-it-py==3.0.0", "MarkupSafe==3.0.2",