Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps dvc from 3.62.0 to 3.63.0.

Release notes

Sourced from dvc's releases.

3.63.0

What's Changed

Behavioral Changes (CLI)

  • In dvc status --cloud, target now supports specifying path to a dataset. Previously, specifying a directory as the target caused DVC to search for .dvc and dvc.yaml files inside it, from which the datasets specified in those files were then checked for cloud/remote status, rather than considering the directory itself as a dataset. While this is technically a breaking change, we consider the previous behavior a bug and inconsistent with other DVC commands, including plain dvc status. To restore the previous behavior, add the --recursive option.

    Fixes iterative/dvc#9336.

🚀 New Features and Enhancements

  • add --remote option to dvc data status --not-in-remote for checking files against a specified remote (instead of a default one) by @​skshetry in iterative/dvc#10843

    # Check against the 'my-s3' remote instead of the default
    $ dvc data status --not-in-remote --remote my-s3
  • exp show accepts multiple --keep and --drop arguments in iterative/dvc#10857

      $ dvc exp show --keep 'featurize' --keep 'avg_prec' --drop '.*train' --drop '.*split'
  • dvc init supports initializing DVC repository in an arbitrary directory in iterative/dvc#10861

      $ dvc init /path/to/dvc/repo/that/I/want/to/initialize
  • checkout and pull reports granular summary of changes in iterative/dvc#10842

    Before, DVC would report statistics only about datasets affected during checkout phase.

      $ dvc pull dataset/train/4
    A       dataset/
    1 file added and 5843 files fetched

    Now, it will report granular number of files affected by the operation.

      $ dvc pull dataset/train/4
    A       dataset/
    5842 files added and 5843 files fetched
  • data status now detects file moves/renames by default in iterative/dvc#10846

... (truncated)

Commits
  • 75c5d17 fix(data status): handle missing DVC repo at Git HEAD (#10862)
  • ea9dd5f [pre-commit.ci] pre-commit autoupdate (#10860)
  • 763cbf6 feat(cli): support initializing DVC repository in an arbitrary directory (#10...
  • 6f4b8c9 completion: complete remote in zsh/bash (#10858)
  • a8bda30 feat(cli): support multiple --keep and --drop arguments in exp show (#1...
  • 4f4c5b1 ignore: simplify and reuse same implementation across check-ignore and is_ign...
  • 76cfe92 minor refactor on check-ignore (#10854)
  • 7945455 [pre-commit.ci] pre-commit autoupdate (#10853)
  • 8504684 fix(status): treat target as a dataset path for cloud instead of search path ...
  • e10b27a [pre-commit.ci] pre-commit autoupdate (#10848)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dvc](https://github.com/iterative/dvc) from 3.62.0 to 3.63.0.
- [Release notes](https://github.com/iterative/dvc/releases)
- [Commits](treeverse/dvc@3.62.0...3.63.0)

---
updated-dependencies:
- dependency-name: dvc
  dependency-version: 3.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2025 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 4, 2025
@github-actions
Copy link

github-actions bot commented Sep 4, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@superdosh superdosh closed this Sep 4, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/dvc-3.63.0 branch September 4, 2025 14:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants