From 6118c221178ef0d20924f1d8c903799771f8d8c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Jun 2021 21:15:26 +0000 Subject: [PATCH] Update dependency flask-wtf to v0.15.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e389d68..431ccf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ flask-assets==2.0 flask-login==0.5.0 flask-session==0.3.2 flask-sqlalchemy==2.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") -flask-wtf==0.14.3 +flask-wtf==0.15.1 flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" intervaltree==3.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"