From f579e0a44dc005b3692556718b384c28253ac8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:16:49 +0000 Subject: [PATCH] Bump test from 1.26.2 to 1.26.3 Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.26.2 to 1.26.3. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.26.3/pkgs) --- updated-dependencies: - dependency-name: test dependency-version: 1.26.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 5bae051c9..c16b2f183 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -365,26 +365,26 @@ packages: dependency: "direct dev" description: name: test - sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb" + sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7" url: "https://pub.dev" source: hosted - version: "1.26.2" + version: "1.26.3" test_api: dependency: transitive description: name: test_api - sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" + sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 url: "https://pub.dev" source: hosted - version: "0.7.6" + version: "0.7.7" test_core: dependency: transitive description: name: test_core - sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a" + sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0" url: "https://pub.dev" source: hosted - version: "0.6.11" + version: "0.6.12" test_descriptor: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 808dda239..1659a43b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,6 +32,6 @@ dev_dependencies: checks: ^0.3.0 dart_flutter_team_lints: ^3.5.2 shelf_test_handler: ^2.0.2 - test: ^1.26.2 + test: ^1.26.3 test_descriptor: ^2.0.2 test_process: ^2.1.1