From 231956b32af56ffa73eef7391faf090870d23733 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 09:04:28 +0100 Subject: [PATCH] Bump flask from 1.0.3 to 1.1.1 (#124) Bumps [flask](https://github.com/pallets/flask) from 1.0.3 to 1.1.1. - [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/1.0.3...1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f022651..0250d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ backports.tempfile==1.0 -Flask==1.0.3 +Flask==1.1.1 gevent==1.4.0 gunicorn==19.9.0 futures -- GitLab