From cfc09cfa51ec37451f4707f72fb99a2e5b43e1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:36:27 +0000 Subject: [PATCH] Bump flask from 0.12 to 2.2.5 in /server Bumps [flask](https://github.com/pallets/flask) from 0.12 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...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 27b1c93..c08bba8 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ tensorflow==0.12.1 magenta==0.1.8 -Flask==0.12 +Flask==2.2.5 gunicorn==19.6.0 ipython==5.1.0 \ No newline at end of file