From 52224ffe510a69205dc4fd9066b009aca048343e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 9 Nov 2021 12:14:37 +0100 Subject: [PATCH] pin WTForms version to 2.3.3 --- backend/requirements-common.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements-common.txt b/backend/requirements-common.txt index 4b294097a2..526831ad37 100644 --- a/backend/requirements-common.txt +++ b/backend/requirements-common.txt @@ -36,4 +36,5 @@ toml==0.10.1 WeasyPrint==52.5 werkzeug==1.0.1 WTForms-SQLAlchemy==0.2 +WTForms==2.3.3 xmltodict==0.11.0