From 2e19f63a05124e8ad63220f20406dd311bff2881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:14:04 +0000 Subject: [PATCH 1/2] chore(deps): bump pub_updater from 0.5.0 to 0.6.0 Bumps [pub_updater](https://github.com/VeryGoodOpenSource/pub_updater) from 0.5.0 to 0.6.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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: pub_updater dependency-version: 0.6.0 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 2e556257d..ab6e03cfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: package_config: ^3.0.0 pana: ^0.23.0 path: ^1.9.0 - pub_updater: ^0.5.0 + pub_updater: ">=0.5.0 <0.7.0" pubspec_parse: ^1.5.0 stack_trace: ^1.11.1 stream_channel: ^2.1.4 From 5375b7f6b298cbad4c972cbcaa8a6f24b72ef6fa Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:42:54 +0200 Subject: [PATCH 2/2] Apply suggestion from @marcossevilla --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ab6e03cfc..2ef5a0ab2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: package_config: ^3.0.0 pana: ^0.23.0 path: ^1.9.0 - pub_updater: ">=0.5.0 <0.7.0" + pub_updater: ^0.6.0 pubspec_parse: ^1.5.0 stack_trace: ^1.11.1 stream_channel: ^2.1.4