From eae2e0e2995d956a6417f49202354baded70925b Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Wed, 13 Dec 2023 10:40:07 -0500 Subject: [PATCH] Update the package:vm_service constraint to allow version 14.x --- pkgs/test_core/CHANGELOG.md | 1 + pkgs/test_core/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index c3e3b300d..cdde3c782 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -10,6 +10,7 @@ libraries in the package. * Update the `package:frontend_server_client` constraint to allow version `4.0.0`. +* Update the `package:vm_service` constraint to allow version `14.x`. ## 0.5.9 diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 2c70a05d6..65296172d 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: stream_channel: ^2.1.0 # Use an exact version until the test_api package is stable. test_api: 0.7.0 - vm_service: ">=6.0.0 <14.0.0" + vm_service: ">=6.0.0 <15.0.0" yaml: ^3.0.0 dev_dependencies: