From e4b9f9daff5204efe54a51ff11c7aa20a06addcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:48:39 +0000 Subject: [PATCH] build(deps): bump huggingface-hub from 0.26.3 to 0.27.0 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99fac7a8..b8ae21b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "absl-py" @@ -1659,13 +1659,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.26.3" +version = "0.27.0" 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.26.3-py3-none-any.whl", hash = "sha256:e66aa99e569c2d5419240a9e553ad07245a5b1300350bfbc5a4945cf7432991b"}, - {file = "huggingface_hub-0.26.3.tar.gz", hash = "sha256:90e1fe62ffc26757a073aaad618422b899ccf9447c2bba8c902a90bef5b42e1d"}, + {file = "huggingface_hub-0.27.0-py3-none-any.whl", hash = "sha256:8f2e834517f1f1ddf1ecc716f91b120d7333011b7485f665a9a412eacb1a2a81"}, + {file = "huggingface_hub-0.27.0.tar.gz", hash = "sha256:902cce1a1be5739f5589e560198a65a8edcfd3b830b1666f36e4b961f0454fac"}, ] [package.dependencies] @@ -6303,4 +6303,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "5e88d9c77b432f703515a10345bf3d7c16743f3acacc74db0f456681c25ab8f7" +content-hash = "7ea0812056e76d4d126fe5b69f960d13affc5aa94affb141b36b89d61d35e205" diff --git a/pyproject.toml b/pyproject.toml index 3b805391..959d2875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requests = "^2.32.3" pycountry = "24.6.1" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" -huggingface-hub = "^0.26.3" +huggingface-hub = "^0.27.0" opentelemetry-exporter-otlp-proto-http = "1.23.0" # summary grader rouge-score = "^0.1.2"