From 70afda322a530fc533b1dfd688073e2482e4785d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:11:56 +0000 Subject: [PATCH] chore(deps): bump the minor group with 1 update Bumps the minor group with 1 update: [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `huggingface-hub` from 0.22.1 to 0.22.2 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.22.1...v0.22.2) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... 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 99fb6dfed..e96a27c79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1341,13 +1341,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "huggingface-hub" -version = "0.22.1" +version = "0.22.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.22.1-py3-none-any.whl", hash = "sha256:eac63947923d15c9a68681d7ed2d9599e058860617064e3ee6bd91a4b954faaf"}, - {file = "huggingface_hub-0.22.1.tar.gz", hash = "sha256:5b8aaee5f3618cd432f49886da9935bbe8fab92d719011826430907b93171dd8"}, + {file = "huggingface_hub-0.22.2-py3-none-any.whl", hash = "sha256:3429e25f38ccb834d310804a3b711e7e4953db5a9e420cc147a5e194ca90fd17"}, + {file = "huggingface_hub-0.22.2.tar.gz", hash = "sha256:32e9a9a6843c92f253ff9ca16b9985def4d80a93fb357af5353f770ef74a81be"}, ] [package.dependencies] @@ -5292,4 +5292,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "099381cfa12dbb1fd1c9239301b8a950bc385b751decf1712c5e02ea1efa1147" +content-hash = "a49be75557e233312674b35c5ebec822e7d8cda21f9e2af132dafd741e256b44" diff --git a/pyproject.toml b/pyproject.toml index c0017fc82..eb5bc8322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pycountry = "23.12.11" rouge = "^1.0.1" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" -huggingface-hub = "^0.22.1" +huggingface-hub = "^0.22.2" opentelemetry-exporter-otlp-proto-http = "1.23.0" [tool.poetry.group.dev.dependencies]