From d4c839a22c87266906f7cb402aecbf4840341edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 23:30:36 +0000 Subject: [PATCH] chore(deps): bump http in /udemy/dart-01/projects/weather_app Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.0-nullsafety.0 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/dart-01/projects/weather_app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udemy/dart-01/projects/weather_app/pubspec.yaml b/udemy/dart-01/projects/weather_app/pubspec.yaml index 3ef098e..2935940 100644 --- a/udemy/dart-01/projects/weather_app/pubspec.yaml +++ b/udemy/dart-01/projects/weather_app/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '>=2.11.0 <3.0.0' dependencies: - http: 0.13.0-nullsafety.0 + http: ^0.13.5 dev_dependencies: pedantic: ^1.9.2