Update pip package versions in preparation of pip 20.3
When pip is upgraded to 20.3, the pip dependency resolver is much more strict and will no longer install a combination of packages that is mutually inconsistent[0]. These changes account for the fact that Shipyard imports Armada, Drydock, Promenade, and Deckhand. Having said that, with pip 20.3, the pip packages amongst those projects cannot conflict. A follow-up change may be needed if more conflicts are found. [0] https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-2-2020 Change-Id: I89c6dc728824f00f964c794142766012c407c4ed
This commit is contained in:
parent
d883770ad9
commit
96db568d4b
@ -7,19 +7,20 @@ requests
|
||||
oauthlib
|
||||
uwsgi==2.0.17.1
|
||||
pymongo==3.6.1
|
||||
oslo.config==5.2.0
|
||||
oslo.config==7.0.0
|
||||
click==6.7
|
||||
PasteDeploy==1.5.2
|
||||
PTable==0.9.2
|
||||
keystonemiddleware==4.9.1
|
||||
oslo.policy==1.22.1
|
||||
iso8601==0.1.11
|
||||
keystoneauth1==3.3.0
|
||||
keystoneauth1==3.18.0
|
||||
alembic==0.8.2
|
||||
sqlalchemy==1.2.8
|
||||
psycopg2-binary==2.8.4
|
||||
jsonschema==2.6.0
|
||||
jinja2==2.9.6
|
||||
jsonschema>=3.0.1<4
|
||||
jinja2==2.10
|
||||
ulid2==0.1.1
|
||||
defusedxml===0.5.0
|
||||
libvirt-python==3.10.0
|
||||
|
@ -17,11 +17,11 @@ futurist==1.7.0
|
||||
greenlet==0.4.15
|
||||
idna==2.7
|
||||
iso8601==0.1.11
|
||||
Jinja2==2.9.6
|
||||
jsonschema==2.6.0
|
||||
keystoneauth1==3.3.0
|
||||
Jinja2==2.10
|
||||
jsonschema>=3.0.1<4
|
||||
keystoneauth1==3.18.0
|
||||
keystonemiddleware==4.9.1
|
||||
kombu==4.2.1
|
||||
kombu==4.6.11
|
||||
libvirt-python==3.10.0
|
||||
Mako==1.0.7
|
||||
MarkupSafe~=1.1.1
|
||||
@ -31,20 +31,20 @@ netaddr==0.7.19
|
||||
netifaces==0.10.7
|
||||
oauthlib==2.1.0
|
||||
oslo.concurrency==3.28.0
|
||||
oslo.config==5.2.0
|
||||
oslo.config==7.0.0
|
||||
oslo.context==2.21.0
|
||||
oslo.i18n==3.22.0
|
||||
oslo.log==3.40.0
|
||||
oslo.log==3.45.2
|
||||
oslo.messaging==8.1.1
|
||||
oslo.middleware==3.36.0
|
||||
oslo.policy==1.22.1
|
||||
oslo.serialization==2.28.0
|
||||
oslo.serialization==2.29.2
|
||||
oslo.service==1.32.0
|
||||
oslo.utils==3.37.0
|
||||
oslo.utils==3.42.1
|
||||
oslo.versionedobjects==1.23.0
|
||||
Paste==2.0.3
|
||||
PasteDeploy==1.5.2
|
||||
pbr==4.2.0
|
||||
pbr==5.4.5
|
||||
pip==18.0
|
||||
positional==1.2.1
|
||||
prettytable==0.7.2
|
||||
@ -55,25 +55,25 @@ pycrypto==2.6.1
|
||||
pyghmi==1.0.18
|
||||
pymongo==3.6.1
|
||||
pyparsing==2.2.1
|
||||
python-dateutil==2.7.3
|
||||
python-dateutil==2.8.1
|
||||
python-editor==1.0.3
|
||||
python-keystoneclient==3.17.0
|
||||
python-keystoneclient==3.22.0
|
||||
python-mimeparse==1.6.0
|
||||
pytz==2018.5
|
||||
PyYAML==5.1
|
||||
redfish==2.0.1
|
||||
repoze.lru==0.7
|
||||
requests==2.20.0
|
||||
requests==2.22.0
|
||||
rfc3986==1.1.0
|
||||
Routes==2.4.1
|
||||
setuptools==40.4.3
|
||||
six==1.11.0
|
||||
six==1.15.0
|
||||
SQLAlchemy==1.2.8
|
||||
statsd==3.3.0
|
||||
stevedore==1.29.0
|
||||
tenacity==5.0.2
|
||||
ulid2==0.1.1
|
||||
urllib3==1.23
|
||||
urllib3==1.25.9
|
||||
uWSGI==2.0.15
|
||||
vine==1.1.4
|
||||
WebOb==1.8.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user