diff --git a/poetry.lock b/poetry.lock index ab9eb6bb3..8dd6623f2 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 = "8b3f4fbf228fed6b82d92b1a672bf746deab4908eb1db4116f4c2e2ecf33f867" +content-hash = "cc568d5f9178104c31a9ab0dba1e2ce1a49fc750d77e3bf66b6403fd8fb433c2" diff --git a/pyproject.toml b/pyproject.toml index c06ff1685..49555d936 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"