From 405227933698e697c11c065f1d7fab3d3c9d9e23 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Tue, 8 Aug 2023 16:22:56 +0900 Subject: [PATCH] deps: bump dvc-studio-client to 0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28360ce9f5..67da1d7cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "dvc-data>=2.13.1,<2.14.0", "dvc-http>=2.29.0", "dvc-render>=0.3.1,<1", - "dvc-studio-client>=0.9.2,<1", + "dvc-studio-client>=0.13.0,<1", "dvc-task>=0.3.0,<1", "flatten_dict<1,>=0.4.1", # https://github.com/iterative/dvc/issues/9654