From abd4494ca505b05a583f9c6d7695da2dddee5651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 08:09:13 +0000 Subject: [PATCH] Bump flask from 0.12.1 to 1.0 in /06_structured/labs/serving/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] --- 06_structured/labs/serving/application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 06_structured/labs/serving/application/requirements.txt diff --git a/06_structured/labs/serving/application/requirements.txt b/06_structured/labs/serving/application/requirements.txt old mode 100755 new mode 100644 index 29411ec2..26c15cd6 --- a/06_structured/labs/serving/application/requirements.txt +++ b/06_structured/labs/serving/application/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.1 +Flask==1.0 google-api-python-client==1.6.2