From 1ab8d1fb5996b661154aba5c7d02f46d134a73af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:52:27 +0000 Subject: [PATCH] Bump flask from 0.12.1 to 2.3.2 in /lib Bumps [flask](https://github.com/pallets/flask) from 0.12.1 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.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/requirements.txt b/lib/requirements.txt index b3ca335..2c80cd1 100644 --- a/lib/requirements.txt +++ b/lib/requirements.txt @@ -2,7 +2,7 @@ Pillow==4.1.1 # Flask takes care of the HTTP. -Flask==0.12.1 +Flask==2.3.2 # Gunicorn hooks Flask up to Nginx for threads. gunicorn==19.7.1