From e9348bc99de571ca10e7c35785701437d17b2376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 17:54:23 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.2.5 in /product-api Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.2.5. - [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/1.0.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- product-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-api/requirements.txt b/product-api/requirements.txt index 9257b24..30b281a 100644 --- a/product-api/requirements.txt +++ b/product-api/requirements.txt @@ -1,5 +1,5 @@ boto3==1.9.4 -Flask==1.0.2 +Flask==2.2.5 RandomWords==0.2.1 redis==3.0.1 redis-dump-load==1.1