From 98e376ce2417c13282ef341a6ed73b378956261a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:32:41 +0200 Subject: [PATCH] build(deps): bump huggingface-hub from 0.26.0 to 0.26.1 (#1099) Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.26.0...v0.26.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c3d3eaa..95a97d3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1504,13 +1504,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.26.0" +version = "0.26.1" 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.0-py3-none-any.whl", hash = "sha256:e43b8f36042b2103b48dea822535e08f5f089c4aa7013a067fca7b4ebf7f85a3"}, - {file = "huggingface_hub-0.26.0.tar.gz", hash = "sha256:524fe9281b015b76aa73ff1a83bf1cbe8cab851c9ac5ae5fcd2a25d5173ce629"}, + {file = "huggingface_hub-0.26.1-py3-none-any.whl", hash = "sha256:5927a8fc64ae68859cd954b7cc29d1c8390a5e15caba6d3d349c973be8fdacf3"}, + {file = "huggingface_hub-0.26.1.tar.gz", hash = "sha256:414c0d9b769eecc86c70f9d939d0f48bb28e8461dd1130021542eff0212db890"}, ] [package.dependencies] @@ -5810,4 +5810,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "5c3e3cc4fcf0198e393d73d37d9dd05940ba2bc05c5b8acabdeb4fd016328caa" +content-hash = "f1278bc93d6a7de5f3de3ea09ef2dff7bc496d988d279394ae158ea5bda752f6" diff --git a/pyproject.toml b/pyproject.toml index 441a6dae..513ec60f 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.0" +huggingface-hub = "^0.26.1" opentelemetry-exporter-otlp-proto-http = "1.23.0" # summary grader rouge-score = "^0.1.2"