From eebb8d8cf0029ebd2516f1eb9fdc2241c8f669fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:00:44 +0000 Subject: [PATCH] Bump huggingface-hub from 0.20.2 to 0.20.3 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.20.2 to 0.20.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.20.2...v0.20.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c1b3a414..7f37510a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1318,13 +1318,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "huggingface-hub" -version = "0.20.2" +version = "0.20.3" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.20.2-py3-none-any.whl", hash = "sha256:53752eda2239d30a470c307a61cf9adcf136bc77b0a734338c7d04941af560d8"}, - {file = "huggingface_hub-0.20.2.tar.gz", hash = "sha256:215c5fceff631030c7a3d19ba7b588921c908b3f21eef31d160ebc245b200ff6"}, + {file = "huggingface_hub-0.20.3-py3-none-any.whl", hash = "sha256:d988ae4f00d3e307b0c80c6a05ca6dbb7edba8bba3079f74cda7d9c2e562a7b6"}, + {file = "huggingface_hub-0.20.3.tar.gz", hash = "sha256:94e7f8e074475fbc67d6a71957b678e1b4a74ff1b64a644fd6cbb83da962d05d"}, ] [package.dependencies] @@ -5240,4 +5240,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "16f594370c54616c486acd05b41efde7b0572db140c516db874f768e0b68ee8b" +content-hash = "49158e36f1a30a1360b0676febb1a33a9ff2401d5e25f90588552ee2e9e4468d" diff --git a/pyproject.toml b/pyproject.toml index fd52a9b34..5ba4e2239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pycountry = "23.12.11" #22.3.5 crushes the readthedocs rouge = "^1.0.1" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" -huggingface-hub = "^0.20.2" +huggingface-hub = "^0.20.3" [tool.poetry.group.dev.dependencies] mypy = "^1.8.0"