From 5a170dec703c5e19343a21aa833593478f701dc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 20:15:22 +0000 Subject: [PATCH] Bump wtforms from 2.0.2 to 2.3.1 Bumps [wtforms](https://github.com/wtforms/wtforms) from 2.0.2 to 2.3.1. - [Release notes](https://github.com/wtforms/wtforms/releases) - [Changelog](https://github.com/wtforms/wtforms/blob/2.3.1/CHANGES.rst) - [Commits](https://github.com/wtforms/wtforms/compare/2.0.2...2.3.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 542f538..c457049 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==1.1.1 Flask-WTF==0.14.2 Jinja2==2.10.1 MarkupSafe==1.1.1 -WTForms==2.0.2 +WTForms==2.3.1 Werkzeug==0.16.0 gevent==1.4.0 greenlet==0.4.15