From 5f3d59c0770f24df1de8905f9796659abc4df70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:29:14 +0000 Subject: [PATCH] Bump analyzer from 6.11.0 to 7.1.0 Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 6.11.0 to 7.1.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 483c355..403bec3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.17.0 <4.0.0" dependencies: - analyzer: ">=4.0.0 <7.0.0" + analyzer: ">=4.0.0 <8.0.0" build_test: ^2.1.3 collection: ^1.15.0 package_config: ^2.0.0