diff --git a/dev/requirements.txt b/dev/requirements.txt index c688d7ca..db3ffb84 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -10,7 +10,7 @@ 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.55.1 +dvc==3.55.2 huggingface_hub==0.24.6 lakefs-spec==0.10.0 ossfs==2023.12.0 diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index bdeae3e7..16b8946d 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -958,7 +958,7 @@ def _strip_protocol(cls, path): class _DVCFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'dvc.fs.dvc._DVCFileSystem' - __orig_version__ = '3.55.1' + __orig_version__ = '3.55.2' protocol = ('dvc',) root_marker = '/' sep = '/'