From 71f1b2c6a7b8c1ca7d3d9b42ecbb97ce5b44f5c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 23:30:42 +0000 Subject: [PATCH] Bump flask-wtf in /{{cookiecutter.app_name}}/requirements Bumps [flask-wtf](https://github.com/lepture/flask-wtf) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/lepture/flask-wtf/releases) - [Changelog](https://github.com/lepture/flask-wtf/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/flask-wtf/compare/v0.14.2...0.14.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- {{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 e60825e7..32570d5d 100644 --- a/{{cookiecutter.app_name}}/requirements/prod.txt +++ b/{{cookiecutter.app_name}}/requirements/prod.txt @@ -14,7 +14,7 @@ psycopg2-binary==2.8.4 Flask-Migrate==2.5.2 # Forms -Flask-WTF==0.14.2 +Flask-WTF==0.14.3 WTForms==2.2.1 # Deployment -- GitLab