From 649240f7c91392c2fb9c82bb90225077c9a789ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:16:54 +0000 Subject: [PATCH] build(deps): bump device_info_plus from 9.1.2 to 10.0.1 Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) from 9.1.2 to 10.0.1. - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v10.0.1/packages/device_info_plus) --- updated-dependencies: - dependency-name: device_info_plus 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 37f02f6..d5ee6ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ environment: dependencies: clock: ^1.1.1 collection: ^1.17.2 - device_info_plus: ^9.1.0 + device_info_plus: ">=9.1.0 <11.0.0" flutter: sdk: flutter http: ^1.1.0