From 0723c7e5177537cac1612cda1834e075b388b249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:02:30 +0000 Subject: [PATCH] Bump flask from 0.1.2 to 1.0 in /examples_input Bumps [flask](https://github.com/pallets/flask) from 0.1.2 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/commits/1.0) Signed-off-by: dependabot[bot] --- examples_input/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_input/requirements-dev.txt b/examples_input/requirements-dev.txt index 137cb8b..4824c90 100644 --- a/examples_input/requirements-dev.txt +++ b/examples_input/requirements-dev.txt @@ -1,3 +1,3 @@ aiohttp==2.3.9 terminaltables==3.1.0 -flask==0.1.2 \ No newline at end of file +flask==1.0 \ No newline at end of file