From 3f84e3270bf46ce5df1c494263b129d8111a441f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:42:20 +0000 Subject: [PATCH] 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 14c77bf..0a93f07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,4 +14,4 @@ dev_dependencies: flutter_test: sdk: flutter mindful_analysis: ^1.0.0+2 - mocktail: ^0.3.0 + mocktail: ">=0.3.0 <2.0.0"