Skip to content

Commit

Permalink
Update demo project and latest tested CLI version (3.56.0) (#5809)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Nov 3, 2024
1 parent 4eacea0 commit c0c4e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 2 files
+1 −1 renovate.json
+3 −3 requirements.txt
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { TopLevelSpec } from 'vega-lite'

export const MIN_CLI_VERSION = '3.33.3'
export const LATEST_TESTED_CLI_VERSION = '3.55.0'
export const LATEST_TESTED_CLI_VERSION = '3.56.0'

export const PLOT_TEMPLATES = [
'simple',
Expand Down

0 comments on commit c0c4e2b

Please sign in to comment.