Bump huggingface-hub from 0.20.1 to 0.20.2 in /api (#1035)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.20.1...v0.20.2)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-08 08:13:38 -05:00
committed by GitHub
parent c555306433
commit ac78e05568
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@@ -788,13 +788,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
[[package]]
name = "huggingface-hub"
version = "0.20.1"
version = "0.20.2"
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.1-py3-none-any.whl", hash = "sha256:ecfdea395a8bc68cd160106c5bd857f7e010768d95f9e1862a779010cc304831"},
{file = "huggingface_hub-0.20.1.tar.gz", hash = "sha256:8c88c4c3c8853e22f2dfb4d84c3d493f4e1af52fb3856a90e1eeddcf191ddbb1"},
{file = "huggingface_hub-0.20.2-py3-none-any.whl", hash = "sha256:53752eda2239d30a470c307a61cf9adcf136bc77b0a734338c7d04941af560d8"},
{file = "huggingface_hub-0.20.2.tar.gz", hash = "sha256:215c5fceff631030c7a3d19ba7b588921c908b3f21eef31d160ebc245b200ff6"},
]
[package.dependencies]
@@ -2330,4 +2330,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "eeef63e3b62e6fbc634e48ac34ff3adcc7ee708d08f5abad2882c1d118add851"
content-hash = "77a55d387fc56977351ad201dba02e9419354fde6b769884ee289309250634b3"

View File

@@ -52,7 +52,7 @@ filelock = "^3.13.1"
h11 = "^0.14.0"
httpcore = "^1.0.2"
httptools = "^0.6.1"
huggingface-hub = "^0.20.1"
huggingface-hub = "^0.20.2"
idna = "^3.6"
itsdangerous = "^2.1.2"
jinja2 = "^3.1.2"