mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user