From 157eed60b8c0188133d0a35f0d14b2dc06219057 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 22:08:56 +0000 Subject: [PATCH] fix: citysync/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WTFORMS-40581 --- citysync/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citysync/requirements.txt b/citysync/requirements.txt index d0ceec7..ad1b5f2 100644 --- a/citysync/requirements.txt +++ b/citysync/requirements.txt @@ -21,4 +21,4 @@ six==1.14.0 SQLAlchemy==1.3.13 visitor==0.1.3 Werkzeug==0.16.1 -WTForms==2.2.1 +WTForms==3.0.0a1