From 83a446923811a8bc85078dcfaf27bc71bc09d706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:57:26 +0000 Subject: [PATCH] chore(deps): bump drift_dev from 2.34.6 to 2.35.0 Bumps [drift_dev](https://github.com/simolus3/drift) from 2.34.6 to 2.35.0. - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.34.6...drift_dev-2.35.0) --- updated-dependencies: - dependency-name: drift_dev dependency-version: 2.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b481a0a..fb89b20 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -301,10 +301,10 @@ packages: dependency: "direct dev" description: name: drift_dev - sha256: aa824b21ac7c43e417e1e481d114c60546ec4b585dcc0f98e7a556d1d0adb476 + sha256: fbad5c1e3a73820cdb1f32161eb2f40bb5e5f03c0c1a3d236595725aec7efc6d url: "https://pub.dev" source: hosted - version: "2.34.6" + version: "2.35.0" enough_convert: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 3024441..c625665 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -70,7 +70,7 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^6.0.0 - drift_dev: ^2.34.5 + drift_dev: ^2.35.0 build_runner: ^2.16.0 # For information on the generic Dart part of this file, see the