From d05423881018817889ea06456bef515ea5e1aa4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:16:46 +0000 Subject: [PATCH] :arrow_up: Bump csv from 6.0.0 to 7.2.0 Bumps [csv](https://github.com/close2/csv) from 6.0.0 to 7.2.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.2.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