From 37cfa78b88a06387bb6df2cc6dbf644218147999 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri, 5 Jul 2019 06:03:15 +0000
Subject: [PATCH] Bump flask from 1.0.3 to 1.1.0 in /{{cookiecutter.app_name}}

Bumps [flask](https://github.com/pallets/flask) from 1.0.3 to 1.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/1.0.3...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 {{cookiecutter.app_name}}/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile
index 1cfc939a..02d959e7 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
 
 [packages]
 # Flask
-Flask = "==1.0.3"
+Flask = "==1.1.0"
 Werkzeug = "==0.15.4"
 click = ">=5.0"
 
-- 
GitLab