From 81f5bc43760ef4480c98ffd794b797bfbf5abacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:53:51 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the pip-dependencies group across 1 directory with 3 updates Bumps the pip-dependencies group with 3 updates in the / directory: [webdav4](https://github.com/skshetry/webdav4), [dvc](https://github.com/treeverse/dvc) and [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `webdav4` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/skshetry/webdav4/releases) - [Commits](https://github.com/skshetry/webdav4/compare/v0.10.0...v0.11.0) Updates `dvc` from 3.66.1 to 3.67.0 - [Release notes](https://github.com/treeverse/dvc/releases) - [Commits](https://github.com/treeverse/dvc/compare/3.66.1...3.67.0) Updates `huggingface-hub` from 1.4.1 to 1.8.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.4.1...v1.8.0) --- updated-dependencies: - dependency-name: webdav4 dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: dvc dependency-version: 3.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: huggingface-hub dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index f5e00dc7..b476e963 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -7,11 +7,11 @@ dropboxdrivefs==1.4.1 gcsfs==2025.10.0 s3fs==2025.10.0 ocifs==1.3.4 -webdav4[fsspec]==0.10.0 +webdav4[fsspec]==0.11.0 # gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ... morefs[asynclocalfs]==0.2.2 -dvc==3.66.1 -huggingface_hub==1.4.1 +dvc==3.67.0 +huggingface_hub==1.8.0 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From d7a030c296f2e448843dbe41fd477592ec9a0b3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Mar 2026 11:54:18 +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 63fb8a9f..6bae019b 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '1.4.1' + __orig_version__ = '1.8.0' protocol = ('hf',) root_marker = '' sep = '/' @@ -974,7 +974,7 @@ def _get_kwargs_from_urls(urlpath): class WebdavFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'webdav4.fsspec.WebdavFileSystem' - __orig_version__ = '0.10.0' + __orig_version__ = '0.11.0' protocol = ('webdav', 'dav') root_marker = '' sep = '/' @@ -983,7 +983,7 @@ class WebdavFileSystemFlavour(AbstractFileSystemFlavour): def _strip_protocol(cls, path: str) -> str: """Strips protocol from the given path, overriding for type-casting.""" stripped = super()._strip_protocol(path) - return cast(str, stripped) + return cast("str", stripped) class XRootDFileSystemFlavour(AbstractFileSystemFlavour): @@ -1027,7 +1027,7 @@ def _strip_protocol(cls, path): class _DVCFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'dvc.fs.dvc._DVCFileSystem' - __orig_version__ = '3.66.1' + __orig_version__ = '3.67.0' protocol = ('dvc',) root_marker = '/' sep = '/'