Skip to content

Commit

Permalink
deps: bump dvc-data to >=3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Dec 22, 2023
1 parent 333f2f0 commit b73754e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dvc/testing/remote_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def test_dir(self, tmp_dir, dvc, run_copy, remote_version_aware): # noqa: PLR09
}
)

assert not dvc.fetch()
assert dvc.push()

data_dir_dvc = (tmp_dir / "data_dir.dvc").read_text()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"configobj>=5.0.6",
"distro>=1.3",
"dpath<3,>=2.1.0",
"dvc-data>=3.2,<3.3",
"dvc-data>=3.3,<3.4",
"dvc-http>=2.29.0",
"dvc-render>=1.0.0,<2",
"dvc-studio-client>=0.17.1,<1",
Expand Down

0 comments on commit b73754e

Please sign in to comment.