From 592e67b46cfd73d9fe476583c4d65d19a9d9afa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:05:01 +0000 Subject: [PATCH] build(deps): bump mocktail from 0.3.0 to 1.0.0 Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](https://github.com/felangel/mocktail/compare/mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bc06e84..baa8b1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,5 +21,5 @@ dev_dependencies: alchemist: ^0.6.1 flutter_test: sdk: flutter - mocktail: ^0.3.0 + mocktail: ">=0.3.0 <2.0.0" very_good_analysis: ^5.0.0