From 03900793cf13c933d9d026811ef1fab4d6699177 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Fri, 13 Dec 2024 00:39:58 +0100 Subject: [PATCH] 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](https://github.com/iterative/dvc/compare/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] * 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](https://github.com/huggingface/huggingface_hub/compare/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] * upath._flavour_sources: update flavours --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev/requirements.txt | 4 ++-- upath/_flavour_sources.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 845e28d..74cbf21 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 5aad601..1b2ef4a 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 = '/'