Back-off pyghmi upgrade
- Updating pyghmi to 1.2.x to fix a vulnerability in dependency pycrypto caused the baremetal gates to fail. Backing off to 1.1.0 does fix the pycrypto issue, but hopefully reverts the functionality failure Change-Id: Ie4927fc974b059c643ba32530ed5f3287726480b
This commit is contained in:
parent
2bfb9c59cd
commit
049c17b1c9
@ -1,5 +1,5 @@
|
|||||||
PyYAML==3.12
|
PyYAML==3.12
|
||||||
pyghmi==1.2.14
|
pyghmi==1.1.0
|
||||||
netaddr
|
netaddr
|
||||||
falcon
|
falcon
|
||||||
oslo.versionedobjects==1.23.0
|
oslo.versionedobjects==1.23.0
|
||||||
|
@ -55,7 +55,7 @@ psycopg2==2.7.3.1
|
|||||||
PTable==0.9.2
|
PTable==0.9.2
|
||||||
pycadf==2.8.0
|
pycadf==2.8.0
|
||||||
pycparser==2.18
|
pycparser==2.18
|
||||||
pyghmi==1.2.14
|
pyghmi==1.1.0
|
||||||
pymongo==3.6.1
|
pymongo==3.6.1
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
python-dateutil==2.7.3
|
python-dateutil==2.7.3
|
||||||
@ -68,7 +68,7 @@ repoze.lru==0.7
|
|||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
rfc3986==1.1.0
|
rfc3986==1.1.0
|
||||||
Routes==2.4.1
|
Routes==2.4.1
|
||||||
setuptools==40.2.0
|
setuptools==40.3.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
SQLAlchemy==1.2.8
|
SQLAlchemy==1.2.8
|
||||||
statsd==3.3.0
|
statsd==3.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user