From 11d923fb48b57847d42126ce32de31cb9b2d1eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:38:15 +0000 Subject: [PATCH] Bump flask in /workshops/ecs-spot-capacity-providers/webapp Bumps [flask](https://github.com/pallets/flask) from 2.1.0 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.1.0...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workshops/ecs-spot-capacity-providers/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/ecs-spot-capacity-providers/webapp/requirements.txt b/workshops/ecs-spot-capacity-providers/webapp/requirements.txt index 1ba76675..4e476007 100644 --- a/workshops/ecs-spot-capacity-providers/webapp/requirements.txt +++ b/workshops/ecs-spot-capacity-providers/webapp/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.1.0 +Flask==2.3.2 Flask-Cors requests signals