From d17be0354aeba9ac0d8bc99714a9e81c960b2f4f Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Fri, 27 May 2022 09:55:45 +0100 Subject: [PATCH] Pin Werkzeug We can't use version later than the one currently in requirements.in because the version of flask-sqlalchemy that we are using won't work with version 2.1.0 and above. --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index 343732374..5443fa44c 100644 --- a/requirements.in +++ b/requirements.in @@ -22,7 +22,7 @@ SQLAlchemy==1.4.36 cachetools==5.1.0 beautifulsoup4==4.11.1 lxml==4.8.0 -Werkzeug==2.0.3 +Werkzeug==2.0.3 # pyup: <2.1.0 # later versions are not compatible with the version of flask-sqlalchemy we have pinned notifications-python-client==6.3.0