Skip to content

Commit

Permalink
deps: bump dvc-data to >=1.0.2
Browse files Browse the repository at this point in the history
Related #9566
  • Loading branch information
efiop committed Jun 9, 2023
1 parent 265fc58 commit 262419e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"configobj>=5.0.6",
"distro>=1.3",
"dpath<3,>=2.1.0",
"dvc-data>=1.0.0,<1.1.0",
"dvc-data>=1.0.2,<1.1.0",
"dvc-http>=2.29.0",
"dvc-render>=0.3.1,<1",
"dvc-studio-client>=0.9.2,<1",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/plots/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def test_repo_with_removed_plots(tmp_dir, capsys, repo_with_plots):
"source": p,
"rev": "workspace",
"type": "FileNotFoundError",
"msg": "",
"msg": f"[Errno 2] No storage files available: '{p}'",
}
for p in [
"linear.json",
Expand Down

0 comments on commit 262419e

Please sign in to comment.