From c99e4e87a34752dcef7e1ddc2626bd737a8c90d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 07:22:28 +0000 Subject: [PATCH] Bump lints from 5.1.1 to 6.0.0 Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v6.0.0/pkgs) --- updated-dependencies: - dependency-name: lints dependency-version: 6.0.0 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 92ee666..f5abd00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,6 +21,6 @@ dependencies: meta: ^1.9.0 dev_dependencies: - lints: '>=3.0.0 <6.0.0' + lints: ">=3.0.0 <7.0.0" test: ^1.24.9 mocktail: ^1.0.1