From 8661237ec8b511775560c2f586ae62bb10774024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:18:12 +0000 Subject: [PATCH] :arrow_up: Bump csv from 6.0.0 to 7.1.0 Bumps [csv](https://github.com/close2/csv) from 6.0.0 to 7.1.0. - [Changelog](https://github.com/close2/csv/blob/master/CHANGELOG.md) - [Commits](https://github.com/close2/csv/commits) --- updated-dependencies: - dependency-name: csv dependency-version: 7.1.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 8d821d6..993fbe6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: test: ^1.26.2 dev_dependencies: - csv: ^6.0.0 + csv: ">=6.0.0 <8.0.0" very_good_analysis: ^10.0.0