From d1cbf92c2a3b669d05dc875ff0b42f2ec900cfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 07:34:36 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /ml_service Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. - [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...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_service/requirements.txt b/ml_service/requirements.txt index 89131a4..db8d5ba 100644 --- a/ml_service/requirements.txt +++ b/ml_service/requirements.txt @@ -1,7 +1,7 @@ autopep8==1.3.3 click==6.7 flake8==3.5.0 -Flask==0.12.2 +Flask==1.0 Flask-SQLAlchemy==2.3.2 get==0.0.38 importmagic==0.1.7