From 9f0926af83e0a01686584c9db79964e0c1f918cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 08:30:45 +0000 Subject: [PATCH] Bump flask from 0.8 to 1.0 in /test/not-django Bumps [flask](https://github.com/pallets/flask) from 0.8 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.8...1.0) Signed-off-by: dependabot[bot] --- test/not-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/not-django/requirements.txt b/test/not-django/requirements.txt index 82cd955..cbbd1e1 100644 --- a/test/not-django/requirements.txt +++ b/test/not-django/requirements.txt @@ -1 +1 @@ -flask==0.8 \ No newline at end of file +flask==1.0 \ No newline at end of file