From fcf87998420df6b8fd8454f01378ba1d14a0e1a8 Mon Sep 17 00:00:00 2001 From: chris-s-friedman Date: Wed, 4 Sep 2024 10:53:28 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bumpb=20Werkzeug=20from=20?= =?UTF-8?q?0.15.3=20to=200.15.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug fixed in 0.15.4 where message is returned when running `flask db migrate`: `TypeError: required field "type_ignores" missing from Module`. bumping to later 0.15 version resolves this issue. Note that the most recent version of wz is 3.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18430229..20a04c0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ MarkupSafe==0.23 python-editor==1.0.3 six==1.11.0 SQLAlchemy==1.1.15 -Werkzeug==0.15.3 +Werkzeug==0.15.5 base32-crockford==0.3.0 gunicorn==19.7.1 flask-marshmallow==0.8.0