From ddb229633d238f8174c3a3d0823f1c6ed7570568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:56:17 +0200 Subject: [PATCH] Bump dvc from 3.55.1 to 3.55.2 (#273) * 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] * upath: update flavour --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Poehlmann --- dev/requirements.txt | 2 +- upath/_flavour_sources.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = '/'