diff --git a/pyproject.toml b/pyproject.toml index 787612a1d2..3439cb12d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/tests/integration/plots/test_plots.py b/tests/integration/plots/test_plots.py index 4119f46918..cdd778f402 100644 --- a/tests/integration/plots/test_plots.py +++ b/tests/integration/plots/test_plots.py @@ -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",