From 29a6c9fdc9bbb264e16fa18bd402c21fbed889b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:20:33 +0000 Subject: [PATCH] Bump cli_completion from 0.3.0 to 0.4.0 Bumps [cli_completion](https://github.com/VeryGoodOpenSource/cli_completion) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/VeryGoodOpenSource/cli_completion/releases) - [Changelog](https://github.com/VeryGoodOpenSource/cli_completion/blob/main/CHANGELOG.md) - [Commits](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: cli_completion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0df8195..6cf5c2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: args: ^2.3.1 - cli_completion: ^0.3.0 + cli_completion: ^0.4.0 equatable: ^2.0.5 hive: ^2.2.3 http: ^1.1.0