Fix lower-constraints

We require six >= 1.11.0 due to our oslo.log dependency. Fix this. We
won't actually see this fix until we remove the use of 'tox_install.sh'
in I48f31084d595c44114391e046e5fe418c1fb787a.

Change-Id: I0f6ca974dc3055aad28638ef4b087a19935b4c29
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-05-03 17:05:06 -06:00 committed by Andreas Jaeger
parent dd394012f4
commit c862517502
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ PyYAML==3.12
requests==2.18.4
requestsexceptions==1.4.0
rfc3986==1.1.0
six==1.10.0
six==1.11.0
smmap2==2.0.3
stestr==2.0.0
stevedore==1.28.0

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
dogpile.cache>=0.6.2 # BSD
six>=1.10.0 # MIT
six>=1.11.0 # MIT
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0