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.
This commit is contained in:
Katie Smith
2022-05-27 09:55:45 +01:00
parent 8dd6d073d3
commit d17be0354a

View File

@@ -22,7 +22,7 @@ SQLAlchemy==1.4.36
cachetools==5.1.0 cachetools==5.1.0
beautifulsoup4==4.11.1 beautifulsoup4==4.11.1
lxml==4.8.0 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 notifications-python-client==6.3.0