From 04259df291c0b3eb66d7522da46294111b3124af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 01:27:58 +0000 Subject: [PATCH] Bump dio from 3.0.10 to 5.0.3 in /samples/client/petstore/dart-dio Bumps [dio](https://github.com/cfug/dio) from 3.0.10 to 5.0.3. - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/compare/3.0.10...dio_v5.0.3) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/client/petstore/dart-dio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/dart-dio/pubspec.yaml b/samples/client/petstore/dart-dio/pubspec.yaml index 92cbb8255c5a..1171a0028fbf 100644 --- a/samples/client/petstore/dart-dio/pubspec.yaml +++ b/samples/client/petstore/dart-dio/pubspec.yaml @@ -4,7 +4,7 @@ description: OpenAPI API client environment: sdk: ">=2.3.0 <3.0.0" dependencies: - dio: ^3.0.9 + dio: ">=3.0.9 <6.0.0" built_value: ^7.1.0 built_collection: ^4.3.2 dev_dependencies: