Skip to content

Commit 78a355a

Browse files
build(deps-dev): bump huggingface-hub from 1.1.4 to 1.1.5 in the pip-dependencies group (#490)
* build(deps-dev): bump huggingface-hub in the pip-dependencies group Bumps the pip-dependencies group with 1 update: [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `huggingface-hub` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Auto-update generated flavours --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d0bb4c commit 78a355a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ webdav4[fsspec]==0.10.0
1111
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212
morefs[asynclocalfs]==0.2.2
1313
dvc==3.64.0
14-
huggingface_hub==1.1.4
14+
huggingface_hub==1.1.5
1515
lakefs-spec==0.12.0
1616
ossfs==2025.5.0
1717
fsspec-xrootd==0.5.1

upath/_flavour_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def _get_kwargs_from_urls(path):
629629

630630
class HfFileSystemFlavour(AbstractFileSystemFlavour):
631631
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
632-
__orig_version__ = '1.1.4'
632+
__orig_version__ = '1.1.5'
633633
protocol = ('hf',)
634634
root_marker = ''
635635
sep = '/'

0 commit comments

Comments
 (0)