Skip to content

build(deps-dev): bump the pip-dependencies group across 1 directory with 2 updates#554

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/pip-dependencies-3ee780b6d7
Open

build(deps-dev): bump the pip-dependencies group across 1 directory with 2 updates#554
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/pip-dependencies-3ee780b6d7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the pip-dependencies group with 2 updates in the / directory: webdav4[fsspec] and huggingface-hub.

Updates webdav4[fsspec] from 0.10.0 to 0.11.0

Release notes

Sourced from webdav4[fsspec]'s releases.

v0.11.0

What's Changed

Full Changelog: skshetry/webdav4@v0.10.0...v0.11.0

Commits

Updates huggingface-hub from 1.4.1 to 1.5.0

Release notes

Sourced from huggingface-hub's releases.

[v1.5.0]: Buckets API, Agent-first CLI, Spaces Hot-Reload and more

This release introduces major new features including Buckets (xet-based large scale object storage), CLI Extensions, Space Hot-Reload, and significant improvements for AI coding agents. The CLI has been completely overhauled with centralized error handling, better help output, and new commands for collections, papers, and more.

🪣 Buckets: S3-like Object Storage on the Hub

Buckets provide S3-like object storage on Hugging Face, powered by the Xet storage backend. Unlike repositories (which are git-based and track file history), buckets are remote object storage containers designed for large-scale files with content-addressable deduplication. Use them for training checkpoints, logs, intermediate artifacts, or any large collection of files that doesn't need version control.

# Create a bucket
hf buckets create my-bucket --private
Upload a directory
hf buckets sync ./data hf://buckets/username/my-bucket
Download from bucket
hf buckets sync hf://buckets/username/my-bucket ./data
List files
hf buckets list username/my-bucket -R --tree

The Buckets API includes full CLI and Python support for creating, listing, moving, and deleting buckets; uploading, downloading, and syncing files; and managing bucket contents with include/exclude patterns.

📚 Documentation: Buckets guide

🤖 AI Agent Support

This release includes several features designed to improve the experience for AI coding agents (Claude Code, OpenCode, Cursor, etc.):

  • Centralized CLI error handling: Clean user-facing messages without tracebacks (set HF_DEBUG=1 for full traces) by @​hanouticelina in #3754
  • Token-efficient skill: The hf skills add command now installs a compact skill (~1.2k tokens vs ~12k before) by @​hanouticelina in #3802
  • Agent-friendly hf jobs logs: Prints available logs and exits by default; use -f to stream by @​davanstrien in #3783
  • Add AGENTS.md: Dev setup and codebase guide for AI agents by @​Wauplin in #3789
# Install the hf-cli skill for Claude
hf skills add --claude
Install for project-level
hf skills add --project

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 2 updates

Bumps the pip-dependencies group with 2 updates in the / directory: [webdav4[fsspec]](https://github.com/skshetry/webdav4) and [huggingface-hub](https://github.com/huggingface/huggingface_hub).


Updates `webdav4[fsspec]` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/skshetry/webdav4/releases)
- [Commits](skshetry/webdav4@v0.10.0...v0.11.0)

Updates `huggingface-hub` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: webdav4[fsspec]
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: huggingface-hub
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the maintenance 🚧 Package maintenance related label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance 🚧 Package maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants