From 8648cebca02eb9ac3957508cf941a1e654b736d7 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:31:57 +0000 Subject: [PATCH] Bump flask-wtf from 0.14.2 to 0.14.3 in /{{cookiecutter.app_name}} 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}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index f7c7c658..a56d54f2 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -18,7 +18,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