From e4dca157b395acca23ed23b5c6501783a385250d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:01:32 +0000 Subject: [PATCH] Bump huggingface-hub from 0.19.1 to 0.19.3 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.19.1 to 0.19.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.19.1...v0.19.3) --- 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 40c841f4..49803259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "urllib3== 2.0.7", "bibtexparser==1.4.1", - "huggingface_hub==0.19.1", + "huggingface_hub==0.19.3", "fastapi==0.104.1", "uvicorn==0.24.0.post1", "requests==2.31.0",