From 5adafb6cf865d001bd679176b6a5853e58e60c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:15:11 +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.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 04e9760..f8d11b2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -197,10 +197,10 @@ packages: dependency: "direct main" description: name: cli_completion - sha256: "595b192451285749369e99b3c2fd9a9aea7d74ed1aba61cddeb9ad8c84a44812" + sha256: "1e87700c029c77041d836e57f9016b5c90d353151c43c2ca0c36deaadc05aa3a" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "0.4.0" cli_util: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 54d002f..f663c39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: args: ^2.3.0 - cli_completion: ^0.3.0 + cli_completion: ">=0.3.0 <0.5.0" dcli: ^2.3.0 dio: ^5.0.0 equatable: ^2.0.0