From 097c50b7b3e2f9ab762a97c4513d36bac5c6ac64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:19:57 +0000 Subject: [PATCH] chore(deps): bump lints from 5.1.1 to 6.1.0 in /packages/athena_sql Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 5.1.1 to 6.1.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v6.1.0/pkgs) --- updated-dependencies: - dependency-name: lints dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/athena_sql/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/athena_sql/pubspec.yaml b/packages/athena_sql/pubspec.yaml index cc86885..89e38b6 100644 --- a/packages/athena_sql/pubspec.yaml +++ b/packages/athena_sql/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: athena_utils: ^1.2.0 dev_dependencies: - lints: ^5.0.0 + lints: ^6.1.0 test: ^1.25.9 mockito: ^5.4.4 build_runner: ^2.4.13