From bd611fe438f487fdada9cd4f4703398705755f42 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Jun 09 2020 18:49:33 +0000 Subject: Pin the version of WTForms to 2.2.1 in production. We suspect that the latest version of WTForms introduced a regression in our SelectField. Trying to pin the version to see if that is effectively the case or not. Signed-off-by: Clement Verna --- diff --git a/requirements.txt b/requirements.txt index f6d5575..3a6181a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fedora-messaging kitchen python-fedora SQLAlchemy -wtforms +wtforms==2.2.1 arrow blinker # required by Flask for the unit-tests (for signaling) six