Let the Werkzeug package version float

Apache-airflow release 1.10.3 and later use Flask 1.10.1,
which needs at least Werkzeug 0.15.1.
https://issues.apache.org/jira/browse/AIRFLOW-4900

Airflow depends on deckhand for document validation. But,
deckhand locks the Werkzeug package version to 0.14.1,
which breaks airflow.
This PS lets deckhand use the latest Werkzeug available release.

Change-Id: I4385a69c41571010c426dfaee1082109914c7d2a
This commit is contained in:
Mahmoudi, Ahmad (am495p) 2019-09-09 21:48:58 -05:00
parent 1ea9904076
commit 7e5d81f50f
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ PasteDeploy==1.5.2
python-barbicanclient==4.7.0
oslo.db==4.41.1
oslo.log==3.40.1
Werkzeug==0.14.1
Werkzeug>=0.15.0

View File

@ -44,4 +44,4 @@ stevedore==1.30.0
urllib3==1.24.3
uwsgi==2.0.17.1
# To support profiling in non-prod
Werkzeug==0.14.1
Werkzeug>=0.15.0