From 653c61fd2bc39ff1a27d77b4824b3995d4a093c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:58:57 +0000 Subject: [PATCH] chore(deps): 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 80b388e..b7e82d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ topics: dependencies: args: ^2.4.2 - cli_completion: ^0.4.0 + cli_completion: ">=0.4.0 <0.6.0" dart_openai: ^5.0.0 hive: ^2.2.3 http: ^1.1.1