Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the pip-dependencies group with 3 updates in the / directory: webdav4, dvc and huggingface-hub.

Updates webdav4 from 0.10.0 to 0.11.0

Release notes

Sourced from webdav4's releases.

v0.11.0

What's Changed

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

Commits

Updates dvc from 3.66.1 to 3.67.0

Release notes

Sourced from dvc's releases.

3.67.0

What's Changed

New Contributors

Full Changelog: treeverse/dvc@3.66.1...3.67.0

Commits

Updates huggingface-hub from 1.4.1 to 1.8.0

Release notes

Sourced from huggingface-hub's releases.

[v1.8.0] Mounted volumes on Jobs, complete papers CLI, and more

🚀 Jobs can now mount volumes

Jobs can now access Hugging Face repositories (models, datasets, Spaces) and Storage Buckets directly as mounted volumes in their containers. This enables powerful workflows like running queries directly against datasets, loading models without explicit downloads, and persisting training checkpoints to buckets.

from huggingface_hub import run_job, Volume
job = run_job(
image="duckdb/duckdb",
command=["duckdb", "-c", "SELECT * FROM '/data/**/*.parquet' LIMIT 5"],
volumes=[
Volume(type="dataset", source="HuggingFaceFW/fineweb", mount_path="/data"),
],
)

hf jobs run -v hf://datasets/HuggingFaceFW/fineweb:/data duckdb/duckdb duckdb -c "SELECT * FROM '/data/**/*.parquet' LIMIT 5"
  • Add volume mounting support for buckets and repos by @​XciD in #3936

📖 Papers CLI is now complete

The hf papers command now has full functionality: search papers by keyword, get structured JSON metadata, and read the full paper content as markdown. The ls command is also enhanced with new filters for week, month, and submitter.

# Search papers
hf papers search "vision language"
Get metadata
hf papers info 2601.15621
Read as markdown
hf papers read 2601.15621

🖥️ CLI repo ID shorthand

You can now use repo ID prefixes like spaces/user/repo, datasets/user/repo, and models/user/repo as a shorthand for user/repo --type space. This works automatically for all CLI commands that accept a --type flag.

# Before
hf download user/my-space --type space
hf discussions list user/my-dataset --type dataset
After
</tr></table>

... (truncated)

Commits
  • 8b7c45c Release: v1.8.0
  • 5e62f96 Release: v1.8.0.rc0
  • 701fb0b feat(jobs): add volume mounting support for buckets and repos (#3936)
  • 98e9a94 Use huggingface-hub-bot for post-release PR creation (#3967)
  • 9e7fbad [CLI] Accept spaces/user/repo as repo ID prefix shorthand (#3929)
  • da46c21 More robust stream to stdout in hf cp command (#3968)
  • e41dce2 Add visibility parameter to HfApi repo create/update/duplicate methods (#...
  • 274fabf [CLI] Mention hf-mount in CLI skill (#3966)
  • 778d306 [CLI] Add space-specific options to hf repos create and `hf repos duplicate...
  • 5596477 Update hardware flavors with HF Hub (#3965)
  • Additional commits viewable in compare view

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 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](skshetry/webdav4@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](treeverse/dvc@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](huggingface/huggingface_hub@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] <support@github.com>
@dependabot dependabot bot added the maintenance 🚧 Package maintenance related label Mar 30, 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