From 69485581ead8973f98e30f348663cbc432d5dee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:06:15 +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.64.0 to 3.64.2 - [Release notes](https://github.com/treeverse/dvc/releases) - [Commits](https://github.com/treeverse/dvc/compare/3.64.0...3.64.2) Updates `huggingface-hub` from 1.1.5 to 1.2.1 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.1.5...v1.2.1) --- updated-dependencies: - dependency-name: dvc dependency-version: 3.64.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: huggingface-hub dependency-version: 1.2.1 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 0aaf0825..02a5883f 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.64.0 -huggingface_hub==1.1.5 +dvc==3.64.2 +huggingface_hub==1.2.1 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From 81740c935d099fed2b01f087fb126fa4e8195192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Dec 2025 11:06:41 +0000 Subject: [PATCH 2/2] Auto-update generated flavours --- upath/_flavour_sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index cffbcc5c..457551c0 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -629,7 +629,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '1.1.5' + __orig_version__ = '1.2.1' protocol = ('hf',) root_marker = '' sep = '/' @@ -1026,7 +1026,7 @@ def _strip_protocol(cls, path): class _DVCFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'dvc.fs.dvc._DVCFileSystem' - __orig_version__ = '3.64.0' + __orig_version__ = '3.64.2' protocol = ('dvc',) root_marker = '/' sep = '/'