From 9fbd01f6dc6499110cd8f220aecf3046bd0afb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:56:53 +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 11dbc529c..d7cfe170f 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 = "70cfb1c570d38d00c2c38d58b14ebdcc9c49ed15c242f062bd88e1e47eb6a809" +content-hash = "c8b698f32cfb060ba23652fc9064e3241113a36f73bf02cf8d8567108ab42ffa" diff --git a/pyproject.toml b/pyproject.toml index 8e7280f5a..58f1c8d0b 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"