From 87510a9d985f30a284f10bfcbcf3d7d7db3a5ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:11:35 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 2.3.2 in /hello-python Bumps [flask](https://github.com/pallets/flask) from 0.12.2 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/0.12.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hello-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 hello-python/requirements.txt diff --git a/hello-python/requirements.txt b/hello-python/requirements.txt old mode 100755 new mode 100644 index 9fec502..4869066 --- a/hello-python/requirements.txt +++ b/hello-python/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.2 +Flask==2.3.2 pika==0.11.2