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:
parent
dd394012f4
commit
c862517502
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user