From fc33a3f3384c94af66660e6b9a36fdb0cc972c78 Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Wed, 17 May 2023 14:12:25 -0400 Subject: [PATCH] Update dvc to 2.57.1 and bump LATEST_TESTED_VERSION --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 8c3902f939..5f06c3734d 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 8c3902f93990f5fc77b939bb64dcef9d9d6f2d78 +Subproject commit 5f06c3734d76cb7ca894895e89d6d06dd878f8c4 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 7ee2b7021e..f6f4d89e5d 100644 --- a/extension/src/cli/dvc/contract.ts +++ b/extension/src/cli/dvc/contract.ts @@ -1,7 +1,7 @@ import { Plot } from '../../plots/webview/contract' export const MIN_CLI_VERSION = '2.55.0' -export const LATEST_TESTED_CLI_VERSION = '2.56.0' +export const LATEST_TESTED_CLI_VERSION = '2.57.1' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }