From a154520064cccd0853387d99990b182946e01c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:10:22 +0000 Subject: [PATCH] build(deps): update huggingface-hub requirement 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.13.4...v0.14.0) --- updated-dependencies: - dependency-name: huggingface-hub 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 4369f80f..2291b77e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ coverage>=6.4.2 flake8>=3.7.9 flask-cors~=3.0.10 flask>=2.2.1 -huggingface-hub~=0.13.4 +huggingface-hub~=0.14.0 jinja2>=3.1.2 pytest>=6.2.5 safetensors~=0.3.0