From 89c9ef1660ebb992dfdd5544db3b6792d43e05fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:30:58 +0000 Subject: [PATCH 1/2] Bump dvc from 3.55.1 to 3.55.2 Bumps [dvc](https://github.com/iterative/dvc) from 3.55.1 to 3.55.2. - [Release notes](https://github.com/iterative/dvc/releases) - [Commits](https://github.com/iterative/dvc/compare/3.55.1...3.55.2) --- updated-dependencies: - dependency-name: dvc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b9159b78cf315242a6e57047bdb71c0bc0c472fa Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Sun, 8 Sep 2024 16:47:38 +0200 Subject: [PATCH 2/2] upath: update flavour --- upath/_flavour_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '/'