From 4ab3be9d8b5718d9a017abe6e4a1a8adcf9a3e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 23:28:43 +0000 Subject: [PATCH] chore(deps): bump http in /udemy/flutter-02/bitcoin-ticker Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.12.2 to 0.13.5. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- udemy/flutter-02/bitcoin-ticker/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udemy/flutter-02/bitcoin-ticker/pubspec.yaml b/udemy/flutter-02/bitcoin-ticker/pubspec.yaml index dac44f1..09d7baf 100644 --- a/udemy/flutter-02/bitcoin-ticker/pubspec.yaml +++ b/udemy/flutter-02/bitcoin-ticker/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - http: ^0.12.0+4 + http: ">=0.12.0+4 <0.14.0" cupertino_icons: ^0.1.3 dev_dependencies: