From cc97a6b4bf7dba807c5772777eca88c1a28f4818 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 04:29:30 +0000 Subject: [PATCH] Bump flask-wtf from 0.14.2 to 0.14.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ae4b74..85b776f 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( 'Flask-SQLAlchemy==2.4.1', 'Flask-Migrate==2.5.2', 'Flask-Bootstrap==3.3.7.1', - 'Flask-WTF==0.14.2', + 'Flask-WTF==0.14.3', 'Flask-Caching==1.8.0', 'geopy==1.21.0', 'celery==4.4.0',