From 8faffad508f9a087b0006989c197741c693cc2e2 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 22 Apr 2020 16:29:50 +0100 Subject: [PATCH] Pin WTForms to current version Version 2.3.0 contains a number of breaking changes which we can address later. --- requirements-app.txt | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 3cf074cdf..42fc82b9d 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -18,6 +18,7 @@ pytz==2019.3 gunicorn==20.0.4 eventlet==0.25.1 notifications-python-client==5.5.1 +WTForms==2.2.1 # Pinned because of breaking change in 2.3.0 # PaaS awscli-cwlogs>=1.4,<1.5 diff --git a/requirements.txt b/requirements.txt index 04a484ff6..1b74170b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ pytz==2019.3 gunicorn==20.0.4 eventlet==0.25.1 notifications-python-client==5.5.1 +WTForms==2.2.1 # Pinned because of breaking change in 2.3.0 # PaaS awscli-cwlogs>=1.4,<1.5 @@ -74,6 +75,5 @@ texttable==1.6.2 urllib3==1.25.9 webencodings==0.5.1 Werkzeug==1.0.1 -WTForms==2.3.0 xlrd==1.2.0 xlwt==1.3.0