From 032d3f2eb81545f9d52811a1b8ed17c19adce345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 13:50:03 +0000 Subject: [PATCH] Bump flask from 0.12.1 to 1.0 in /blogs/babyweight/application Bumps [flask](https://github.com/pallets/flask) from 0.12.1 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.1...1.0) Signed-off-by: dependabot[bot] --- blogs/babyweight/application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/babyweight/application/requirements.txt b/blogs/babyweight/application/requirements.txt index 29411ec2..26c15cd6 100644 --- a/blogs/babyweight/application/requirements.txt +++ b/blogs/babyweight/application/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.1 +Flask==1.0 google-api-python-client==1.6.2