From 7ef0c893515421f8a198bc0c13577d9f1262d766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:31:15 +0000 Subject: [PATCH] chore: bump cli_completion from 0.4.0 to 0.5.0 Bumps [cli_completion](https://github.com/VeryGoodOpenSource/cli_completion) from 0.4.0 to 0.5.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/commits) --- 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 b3911f5..4b7a5c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: analyzer: ^6.4.0 args: ^2.4.2 - cli_completion: ^0.4.0 + cli_completion: ">=0.4.0 <0.6.0" file: ^7.0.0 glob: ^2.1.2 mason_logger: ^0.2.11