From 049c17b1c90acae2462bfd307a00442493b07901 Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Mon, 17 Sep 2018 11:03:27 -0500 Subject: [PATCH] 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 --- python/requirements-direct.txt | 2 +- python/requirements-lock.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements-direct.txt b/python/requirements-direct.txt index d50b4e77..106a6372 100644 --- a/python/requirements-direct.txt +++ b/python/requirements-direct.txt @@ -1,5 +1,5 @@ PyYAML==3.12 -pyghmi==1.2.14 +pyghmi==1.1.0 netaddr falcon oslo.versionedobjects==1.23.0 diff --git a/python/requirements-lock.txt b/python/requirements-lock.txt index bc6eca30..eeaf645b 100644 --- a/python/requirements-lock.txt +++ b/python/requirements-lock.txt @@ -55,7 +55,7 @@ psycopg2==2.7.3.1 PTable==0.9.2 pycadf==2.8.0 pycparser==2.18 -pyghmi==1.2.14 +pyghmi==1.1.0 pymongo==3.6.1 pyparsing==2.2.0 python-dateutil==2.7.3 @@ -68,7 +68,7 @@ repoze.lru==0.7 requests==2.19.1 rfc3986==1.1.0 Routes==2.4.1 -setuptools==40.2.0 +setuptools==40.3.0 six==1.11.0 SQLAlchemy==1.2.8 statsd==3.3.0