chore(trading): update the vega version for sim tests 75.1 (#6065)

This commit is contained in:
daro-maj 2024-03-21 10:52:42 +01:00 committed by GitHub
parent 1d2ca52a25
commit ff3cddc21b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ on:
inputs:
console-test-branch:
type: choice
description: 'main: v0.74.10, develop: v0.75.0-preview.8'
description: 'main: v0.74.10, develop: v0.75.1'
options:
- main
- develop

View File

@ -1,3 +1,3 @@
CONSOLE_IMAGE_NAME=vegaprotocol/trading:latest
VEGA_VERSION=v0.75.0-preview.8
VEGA_VERSION=v0.75.1
LOCAL_SERVER=false

View File

@ -1,3 +1,3 @@
CONSOLE_IMAGE_NAME=vegaprotocol/trading:develop
VEGA_VERSION=v0.75.0-preview.8
VEGA_VERSION=v0.75.1
LOCAL_SERVER=false

View File

@ -1166,7 +1166,7 @@ profile = ["pytest-profiling", "snakeviz"]
type = "git"
url = "https://github.com/vegaprotocol/vega-market-sim.git/"
reference = "HEAD"
resolved_reference = "ecf72422efac9ac2c7366e76de0a5113b1e0bf4c"
resolved_reference = "e48b43322286b94680c4b0b94d5fe3bb2589c50c"
[[package]]
name = "websocket-client"