From 279cd62aa29a247732672f4d328b6f577c72d05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:08:12 +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/iterative/dvc) and [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `dvc` from 3.63.0 to 3.64.0 - [Release notes](https://github.com/iterative/dvc/releases) - [Commits](https://github.com/iterative/dvc/compare/3.63.0...3.64.0) Updates `huggingface-hub` from 1.1.2 to 1.1.4 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.1.2...v1.1.4) --- updated-dependencies: - dependency-name: dvc dependency-version: 3.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: huggingface-hub dependency-version: 1.1.4 dependency-type: direct:development update-type: version-update:semver-patch 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 914c85b6..5d1ed27b 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.63.0 -huggingface_hub==1.1.2 +dvc==3.64.0 +huggingface_hub==1.1.4 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From 31709f899cbe2988378b4fc0724c9f7ae41ad31c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 11:08:38 +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 75e5c423..2fd824fc 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.2' + __orig_version__ = '1.1.4' 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.63.0' + __orig_version__ = '3.64.0' protocol = ('dvc',) root_marker = '/' sep = '/'