From 6c7c7dba30fb9199e9170a9ac019677cb38fcb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:35:11 +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.16.2...v0.16.3) --- 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 fd79e717..f6bf3dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ coverage>=6.4.2 flake8>=3.7.9 flask-cors~=4.0.0 flask>=2.2.1 -huggingface-hub~=0.16.2 +huggingface-hub~=0.16.3 jinja2>=3.1.2 pytest>=6.2.5 safetensors~=0.3.1