Skip to content

Commit 82a0e1b

Browse files
build(deps): bump huggingface-hub from 0.34.4 to 0.35.3 in /jobs/async-upload (kubeflow#1694)
* build(deps): bump huggingface-hub in /jobs/async-upload Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.34.4 to 0.35.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.34.4...v0.35.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * add to requirements.txt too Signed-off-by: Matteo Mortari <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matteo Mortari <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matteo Mortari <[email protected]>
1 parent 93dceaf commit 82a0e1b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

jobs/async-upload/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jobs/async-upload/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = ">=3.11,<4.0"
1111
configargparse = ">=1.7.1,<2.0.0"
1212
model-registry = { version = ">=0.2.19,<0.4.0", extras = ["boto3", "olot"] }
1313
pydantic = ">=2.0.0,<3.0.0"
14-
huggingface-hub = "^0.34.4"
14+
huggingface-hub = "^0.35.3"
1515
requests = "^2.32.5"
1616

1717
[tool.poetry.group.dev.dependencies]

jobs/async-upload/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ filelock==3.18.0 ; python_version >= "3.11" and python_version < "4.0"
1717
frozenlist==1.7.0 ; python_version >= "3.11" and python_version < "4.0"
1818
fsspec==2025.7.0 ; python_version >= "3.11" and python_version < "4.0"
1919
hf-xet==1.1.5 ; python_version >= "3.11" and python_version < "4.0" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "arm64" or platform_machine == "aarch64")
20-
huggingface-hub==0.34.4 ; python_version >= "3.11" and python_version < "4.0"
20+
huggingface-hub==0.35.3 ; python_version >= "3.11" and python_version < "4.0"
2121
idna==3.10 ; python_version >= "3.11" and python_version < "4.0"
2222
jmespath==1.0.1 ; python_version >= "3.11" and python_version < "4.0"
2323
model-registry==0.3.0 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)