From 2f10dace5a74d514ef97eb2a01f9144c05790c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:31:50 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [dvc](https://github.com/treeverse/dvc) and [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `dvc` from 3.65.0 to 3.66.1 - [Release notes](https://github.com/treeverse/dvc/releases) - [Commits](https://github.com/treeverse/dvc/compare/3.65.0...3.66.1) Updates `huggingface-hub` from 1.2.3 to 1.3.7 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.2.3...v1.3.7) --- updated-dependencies: - dependency-name: dvc dependency-version: 3.66.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: huggingface-hub dependency-version: 1.3.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index df0f4024..6f528087 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -10,8 +10,8 @@ ocifs==1.3.4 webdav4[fsspec]==0.10.0 # gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ... morefs[asynclocalfs]==0.2.2 -dvc==3.65.0 -huggingface_hub==1.2.3 +dvc==3.66.1 +huggingface_hub==1.3.7 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From 4840ac29ce1e854b480291d9d500c299b19f029c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Feb 2026 12:32:17 +0000 Subject: [PATCH 2/2] Auto-update generated flavours --- upath/_flavour_sources.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index f973de82..324f66aa 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -341,8 +341,8 @@ class DataFileSystemFlavour(AbstractFileSystemFlavour): __orig_version__ = '2025.10.0' protocol = ('data',) root_marker = '' - sep = "" # type: ignore[assignment] - altsep = " " # type: ignore[assignment] + sep = '' # type: ignore[assignment] + altsep = ' ' # type: ignore[assignment] class DatabricksFileSystemFlavour(AbstractFileSystemFlavour): @@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '1.2.3' + __orig_version__ = '1.3.7' protocol = ('hf',) root_marker = '' sep = '/' @@ -1027,7 +1027,7 @@ def _strip_protocol(cls, path): class _DVCFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'dvc.fs.dvc._DVCFileSystem' - __orig_version__ = '3.65.0' + __orig_version__ = '3.66.1' protocol = ('dvc',) root_marker = '/' sep = '/'