Skip to content

Commit 640ca44

Browse files
upath._flavour_sources: bump the pip-dependencies group with 2 updates (#512)
* build(deps-dev): bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [dvc](https://github.com/treeverse/dvc) and [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `dvc` from 3.64.2 to 3.65.0 - [Release notes](https://github.com/treeverse/dvc/releases) - [Commits](treeverse/dvc@3.64.2...3.65.0) Updates `huggingface-hub` from 1.2.1 to 1.2.3 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.2.1...v1.2.3) --- updated-dependencies: - dependency-name: dvc dependency-version: 3.65.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: huggingface-hub dependency-version: 1.2.3 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 977544a commit 640ca44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ocifs==1.3.4
1010
webdav4[fsspec]==0.10.0
1111
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212
morefs[asynclocalfs]==0.2.2
13-
dvc==3.64.2
14-
huggingface_hub==1.2.1
13+
dvc==3.65.0
14+
huggingface_hub==1.2.3
1515
lakefs-spec==0.12.0
1616
ossfs==2025.5.0
1717
fsspec-xrootd==0.5.1

upath/_flavour_sources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path):
630630

631631
class HfFileSystemFlavour(AbstractFileSystemFlavour):
632632
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
633-
__orig_version__ = '1.2.1'
633+
__orig_version__ = '1.2.3'
634634
protocol = ('hf',)
635635
root_marker = ''
636636
sep = '/'
@@ -1027,7 +1027,7 @@ def _strip_protocol(cls, path):
10271027

10281028
class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
10291029
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
1030-
__orig_version__ = '3.64.2'
1030+
__orig_version__ = '3.65.0'
10311031
protocol = ('dvc',)
10321032
root_marker = '/'
10331033
sep = '/'

0 commit comments

Comments
 (0)