Skip to content

Commit

Permalink
Updated from generate-constraints
Browse files Browse the repository at this point in the history
hold back docutils because boto likes to cap things
hold back msgpack because salt likes to cap things
hold back alembic because it breaks nova tests
  - review.opendev.org/708707

Change-Id: I4c4848f8a3ca6780dc3001d01bc67e27da453b81
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
OpenStack Proposal Bot authored and prometheanfire committed Feb 23, 2020
1 parent c15e4f2 commit ffcbb02
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python-saharaclient===3.0.0;python_version=='3.7'
python-hnvclient===0.1.0
Routes===2.4.1
rtslib-fb===2.1.71
smmap===3.0.0
confget===2.3.0
XStatic-Angular-Bootstrap===2.2.0.0
paunch===6.0.1
Expand Down Expand Up @@ -174,7 +175,9 @@ pymongo===3.10.1
python-cloudkittyclient===3.1.0;python_version=='2.7'
python-cloudkittyclient===4.0.0;python_version=='3.6'
python-cloudkittyclient===4.0.0;python_version=='3.7'
soupsieve===1.9.5
soupsieve===1.9.5;python_version=='2.7'
soupsieve===2.0;python_version=='3.6'
soupsieve===2.0;python_version=='3.7'
sqlparse===0.3.0
oslotest===3.9.0
jsonpointer===2.0
Expand Down Expand Up @@ -425,6 +428,8 @@ oslo.vmware===2.35.0;python_version=='2.7'
oslo.vmware===3.0.0;python_version=='3.6'
oslo.vmware===3.0.0;python_version=='3.7'
sqlalchemy-migrate===0.13.0
gitdb===4.0.0;python_version=='3.6'
gitdb===4.0.0;python_version=='3.7'
python-monascaclient===1.16.0;python_version=='2.7'
python-monascaclient===2.0.0;python_version=='3.6'
python-monascaclient===2.0.0;python_version=='3.7'
Expand All @@ -440,7 +445,7 @@ keyring===21.1.0;python_version=='3.7'
testscenarios===0.5.0
sphinxcontrib-pecanwsme===0.10.0
sadisplay===0.4.9
enum34===1.1.6
enum34===1.1.9
infinisdk===151.1.1
packaging===20.1
flask-keystone===0.2
Expand Down Expand Up @@ -534,8 +539,8 @@ numpy===1.18.1;python_version=='3.6'
numpy===1.18.1;python_version=='3.7'
msgpack===0.6.2
Sphinx===1.8.5;python_version=='2.7'
Sphinx===2.4.2;python_version=='3.6'
Sphinx===2.4.2;python_version=='3.7'
Sphinx===2.4.3;python_version=='3.6'
Sphinx===2.4.3;python_version=='3.7'
oslo.config===7.0.0;python_version=='2.7'
oslo.config===8.0.0;python_version=='3.6'
oslo.config===8.0.0;python_version=='3.7'
Expand Down Expand Up @@ -743,7 +748,7 @@ zipp===1.2.0;python_version=='2.7'
zipp===3.0.0;python_version=='3.6'
zipp===3.0.0;python_version=='3.7'
sphinxcontrib-fulltoc===1.2.0
smmap2===2.0.5
smmap2===3.0.0;python_version=='2.7'
greenlet===0.4.15
XStatic-Angular-Vis===4.16.0.0
confluent-kafka===1.3.0
Expand All @@ -768,8 +773,8 @@ oslo.utils===4.0.0;python_version=='3.6'
oslo.utils===4.0.0;python_version=='3.7'
python-editor===1.0.4
gitdb2===2.0.6;python_version=='2.7'
gitdb2===3.0.2;python_version=='3.6'
gitdb2===3.0.2;python_version=='3.7'
gitdb2===4.0.1;python_version=='3.6'
gitdb2===4.0.1;python_version=='3.7'
requests-kerberos===0.12.0
itsdangerous===1.1.0
XStatic-jquery-ui===1.12.1.1
Expand Down

0 comments on commit ffcbb02

Please sign in to comment.