From 58c53e2d2b1a58f1c55c157bd859c86028c1f9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:07:58 +0000 Subject: [PATCH] Bump huggingface-hub from 0.26.0 to 0.26.3 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.0 to 0.26.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.26.0...v0.26.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch ... 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 87737a5..fd05450 100644 --- a/poetry.lock +++ b/poetry.lock @@ -750,13 +750,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.26.0" +version = "0.26.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.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.3-py3-none-any.whl", hash = "sha256:e66aa99e569c2d5419240a9e553ad07245a5b1300350bfbc5a4945cf7432991b"}, + {file = "huggingface_hub-0.26.3.tar.gz", hash = "sha256:90e1fe62ffc26757a073aaad618422b899ccf9447c2bba8c902a90bef5b42e1d"}, ] [package.dependencies] @@ -2754,4 +2754,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "c825c35dea4e8d103998bfdd7b0f5d640241756e778ab93880712dea3375d62f" +content-hash = "a354247fe9ea835ebe336a6c4269e28702ede357bd3029da29b9146a7e174682" diff --git a/pyproject.toml b/pyproject.toml index 5f26fc0..fc3f952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ idna = "3.10" requests = "2.32.3" tqdm = "4.66.5" urllib3 = "2.2.3" -huggingface-hub = "0.26.0" +huggingface-hub = "0.26.3" datasets = "3.0.2" litellm = "1.52.1" PyYAML = ">=6.0.1"