From 5fb36f32ddec2d4a1521d61655a74cadf3e009bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 09:28:03 +0000 Subject: [PATCH] chore(deps): bump flask from 0.12.5 to 2.2.5 in /tests/scaleway_provider Bumps [flask](https://github.com/pallets/flask) from 0.12.5 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/0.12.5...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/scaleway_provider/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scaleway_provider/requirements.txt b/tests/scaleway_provider/requirements.txt index 23bfb7a6..e693ce9d 100644 --- a/tests/scaleway_provider/requirements.txt +++ b/tests/scaleway_provider/requirements.txt @@ -1,3 +1,3 @@ -flask==0.12.5 +flask==2.2.5 bottle boto3