From 68ee895fda14462fc2dee3af2dce7b405fa21e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:39:04 +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 4b0f4ed..1c40c23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,7 @@ dev_dependencies: dart_test_tools: ^5.1.2+1 freezed: ^2.3.5 json_serializable: ^6.7.0 - mocktail: ^0.3.0 + mocktail: ">=0.3.0 <2.0.0" test: ^1.24.3 yaml_edit: ^2.1.1