diff --git a/dev/requirements.txt b/dev/requirements.txt index 845e28dd..74cbf210 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -10,8 +10,8 @@ ocifs==1.3.1 webdav4[fsspec]==0.10.0 # gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ... morefs[asynclocalfs]==0.2.2 -dvc==3.56.0 -huggingface_hub==0.26.2 +dvc==3.58.0 +huggingface_hub==0.26.5 lakefs-spec==0.11.0 ossfs==2023.12.0 fsspec-xrootd==0.4.0 diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index 5aad601e..1b2ef4a4 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '0.26.2' + __orig_version__ = '0.26.5' protocol = ('hf',) root_marker = '' sep = '/' @@ -960,7 +960,7 @@ def _strip_protocol(cls, path): class _DVCFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'dvc.fs.dvc._DVCFileSystem' - __orig_version__ = '3.56.0' + __orig_version__ = '3.58.0' protocol = ('dvc',) root_marker = '/' sep = '/'