From 197141ef6a1ce9bd6fab5d5315d55c986d0c8ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:42:04 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 1.1.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/1.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-train.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-train.txt b/requirements-train.txt index 4e71271..7f654b8 100644 --- a/requirements-train.txt +++ b/requirements-train.txt @@ -5,7 +5,7 @@ click==7.1.2 cycler==0.10.0 dill==0.3.2 Django==3.0.7 -Flask==1.1.2 +Flask==2.3.2 Flask-Cors==3.0.8 gunicorn==20.0.4 isort==4.3.21 diff --git a/requirements.txt b/requirements.txt index f552ec5..e86a585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ astroid==2.4.2 attrs==19.3.0 click==7.1.2 dill==0.3.2 -Flask==1.1.2 +Flask==2.3.2 Flask-Cors==3.0.8 gunicorn==20.0.4 isort==4.3.21