Bump Flask version according requirements

The mimimum requirement of Flask was recently bumped to 1.0.2
(https://review.openstack.org/#/c/577534/) which means that
the requirements-check job used for the sahara gate
is failing with a requirement mismatch errors.

Change-Id: I0fc7e3e8a847917be0877f71128a603d258a85ea
This commit is contained in:
Luigi Toscano 2018-06-25 23:59:42 +02:00
parent f72770d4f5
commit dd1c265d95
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
flake8==2.5.5
Flask==0.10
Flask==1.0.2
future==0.16.0
futurist==1.6.0
gitdb2==2.0.3

View File

@ -9,7 +9,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
botocore>=1.5.1 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
Flask!=0.11,<1.0,>=0.10 # BSD
Flask>=1.0.2 # BSD
iso8601>=0.1.11 # MIT
Jinja2>=2.10 # BSD License (3 clause)
jsonschema<3.0.0,>=2.6.0 # MIT