From 8131b54eafb9bb077ba073193ce2e4807e732f2f Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:31:29 +0000 Subject: [PATCH] Raise the range for build dependencies to allow Analyzer 10 under Dart 3 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 08cf2ff..e6865fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,9 +9,9 @@ environment: dev_dependencies: benchmark_harness: any build_runner: ^2.3.3 - build_test: ^2.1.6 + build_test: '>=2.1.6 <4.0.0' build_web_compilers: '>=3.2.7 <5.0.0' - dart_style: ^2.2.4 - dependency_validator: ^3.0.0 + dart_style: '>=2.2.4 <4.0.0' + dependency_validator: '>=3.0.0 <6.0.0' test: ^1.15.7 workiva_analysis_options: ^1.4.0