From d04d4ba9e686b0be274be7f6412f4d304ac55539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:59:44 +0000 Subject: [PATCH] chore(deps): update dependency dart --- dart/Dockerfile | 2 +- dart/shelf/pubspec.yaml | 2 +- dart/spry/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dart/Dockerfile b/dart/Dockerfile index 1b769d57f1e..a6ff047d5d1 100644 --- a/dart/Dockerfile +++ b/dart/Dockerfile @@ -1,6 +1,6 @@ FROM curlimages/curl AS curl -FROM dart:3.5 AS build +FROM dart:3.6 AS build # Set the working directory WORKDIR /app diff --git a/dart/shelf/pubspec.yaml b/dart/shelf/pubspec.yaml index 47f7779df36..8a73bc29186 100644 --- a/dart/shelf/pubspec.yaml +++ b/dart/shelf/pubspec.yaml @@ -1,7 +1,7 @@ name: shelf_app environment: - sdk: ">=3.5.0 <3.6.0" + sdk: "<3.6.1" dependencies: shelf: ">=1.4.1 <1.5.0" diff --git a/dart/spry/pubspec.yaml b/dart/spry/pubspec.yaml index 3a9d1af3f70..ee0179cd4ba 100644 --- a/dart/spry/pubspec.yaml +++ b/dart/spry/pubspec.yaml @@ -1,7 +1,7 @@ name: spry_app environment: - sdk: ">=3.5.0 <3.6.0" + sdk: "<3.6.1" dependencies: spry: ^5.0.0