From 28c3226b370246463034fe9ea80c24205be7ca85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 04:44:21 +0000 Subject: [PATCH] chore: bump pub_updater from 0.4.0 to 0.5.0 Bumps [pub_updater](https://github.com/VeryGoodOpenSource/pub_updater) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/VeryGoodOpenSource/pub_updater/releases) - [Changelog](https://github.com/VeryGoodOpenSource/pub_updater/blob/main/CHANGELOG.md) - [Commits](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pub_updater 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 ac8f4f10c..5a0fd654c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: meta: ^1.7.0 path: ^1.8.0 platform: ^3.1.0 # overridden for lowest versions compatibility - pub_updater: '>=0.3.0 <0.5.0' + pub_updater: ">=0.3.0 <0.6.0" source_span: ^1.10.0 uuid: ^4.1.0 xml: ">=5.3.0 <7.0.0"