From 8eb21ef843367df59a4f7d75e3f29a59b97492e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:56:03 +0000 Subject: [PATCH] Bump huggingface-hub from 0.12.1 to 0.20.1 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.12.1 to 0.20.1. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.12.1...v0.20.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_full.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de2056d..efa5cfc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ full = [ "tokenizers==0.13.3", "numpy==1.24.2", "scipy==1.10.1", - "huggingface-hub==0.12.1", + "huggingface-hub==0.20.1", "more-itertools==9.0.0", "ffmpeg-python==0.2.0", "sentence-transformers==2.2.2", diff --git a/requirements_full.txt b/requirements_full.txt index bfedc779..3d99cc46 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -1,6 +1,6 @@ tokenizers==0.13.3 numpy==1.24.2 scipy==1.10.1 -huggingface-hub==0.12.1 +huggingface-hub==0.20.1 more-itertools==9.0.0 ffmpeg-python==0.2.0