Skip to content

Commit 0390079

Browse files
Update flavours (#319)
* Bump dvc from 3.56.0 to 3.58.0 Bumps [dvc](https://github.com/iterative/dvc) from 3.56.0 to 3.58.0. - [Release notes](https://github.com/iterative/dvc/releases) - [Commits](treeverse/dvc@3.56.0...3.58.0) --- updated-dependencies: - dependency-name: dvc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump huggingface-hub from 0.26.2 to 0.26.5 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.2 to 0.26.5. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.26.2...v0.26.5) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * upath._flavour_sources: update flavours --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9faa452 commit 0390079

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.1
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.56.0
14-
huggingface_hub==0.26.2
13+
dvc==3.58.0
14+
huggingface_hub==0.26.5
1515
lakefs-spec==0.11.0
1616
ossfs==2023.12.0
1717
fsspec-xrootd==0.4.0

upath/_flavour_sources.py

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

573573
class HfFileSystemFlavour(AbstractFileSystemFlavour):
574574
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
575-
__orig_version__ = '0.26.2'
575+
__orig_version__ = '0.26.5'
576576
protocol = ('hf',)
577577
root_marker = ''
578578
sep = '/'
@@ -960,7 +960,7 @@ def _strip_protocol(cls, path):
960960

961961
class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
962962
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
963-
__orig_version__ = '3.56.0'
963+
__orig_version__ = '3.58.0'
964964
protocol = ('dvc',)
965965
root_marker = '/'
966966
sep = '/'

0 commit comments

Comments
 (0)