From c6a943f276d880c919b2bb6337afcae00ffacc0d Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 16 May 2024 12:48:30 +0200 Subject: [PATCH] Widen test_api range --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 98488583..02a14918 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: # checks deps async: ^2.6.0 meta: ^1.5.0 - test_api: '>=0.3.0 <0.7.0' + test_api: '>=0.3.0 <1.0.0' dev_dependencies: lint: '>=1.0.0 <3.0.0'