fix lower constraints to match requirements
Today our requirements check build has been failing [1][2] because what's specified in our lower-constraints.txt doesn't match what's in our requirements.txt and test-requirements.txt. This patch updates lower-constraints to match. For additional details see the discussion started in [3]. [1] http://logs.openstack.org/38/553838/4/check/requirements-check/ 74b56de/job-output.txt.gz#_2018-04-03_18_13_35_389665 [2] http://logs.openstack.org/38/553838/3/check/requirements-check/ b25a52f/job-output.txt.gz#_2018-04-03_15_02_38_526227 [3] http://eavesdrop.openstack.org/irclogs/%23openstack-infra/ %23openstack-infra.2018-04-03.log.html#t2018-04-03T17:57:50 Change-Id: I8f0c9b1f5bb68731b1c96b432b34bbe5c86834bf
This commit is contained in:
@@ -39,7 +39,7 @@ openstackdocstheme==1.18.1
|
||||
os-api-ref==1.4.0
|
||||
os-client-config==1.28.0
|
||||
os-testr==1.0.0
|
||||
oslo.concurrency==3.25.0
|
||||
oslo.concurrency==3.26.0
|
||||
oslo.config==5.2.0
|
||||
oslo.context==2.19.2
|
||||
oslo.db==4.27.0
|
||||
@@ -78,7 +78,7 @@ rfc3986==0.3.1
|
||||
Routes==2.3.1
|
||||
six==1.10.0
|
||||
snowballstemmer==1.2.1
|
||||
Sphinx==1.6.5
|
||||
Sphinx==1.6.2
|
||||
sphinxcontrib-websupport==1.0.1
|
||||
SQLAlchemy==1.0.10
|
||||
sqlalchemy-migrate==0.11.0
|
||||
|
Reference in New Issue
Block a user