From f360454d18ffaaf3d7a6f5505cb20b7880b20bb1 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Thu, 7 Jun 2018 18:54:08 -0400
Subject: [PATCH] Update wtforms from 2.1 to 2.2.1

---
 {{cookiecutter.app_name}}/requirements/prod.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt
index aa6b5844..c9a39d59 100644
--- a/{{cookiecutter.app_name}}/requirements/prod.txt
+++ b/{{cookiecutter.app_name}}/requirements/prod.txt
@@ -18,7 +18,7 @@ Flask-Migrate==2.1.1
 
 # Forms
 Flask-WTF==0.14.2
-WTForms==2.1
+WTForms==2.2.1
 
 # Deployment
 gunicorn>=19.1.1
-- 
GitLab