From 9d1498f7f6ffef3ae958a646dbf0cb8249d3cf15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:23:28 +0000 Subject: [PATCH] Bump huggingface-hub from 0.19.3 to 0.19.4 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.19.3 to 0.19.4. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.19.3...v0.19.4) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb4a49e7..703ca15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "urllib3== 2.1.0", "bibtexparser==1.4.1", - "huggingface_hub==0.19.3", + "huggingface_hub==0.19.4", "fastapi==0.104.1", "uvicorn==0.24.0.post1", "requests==2.31.0",