From a9b5d75ef1ebe5271a74a1ff55d1669ec3fe9bd6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 11 Sep 2017 21:49:50 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4223d0fa51f2c761fb86e4dd9f0856beff35d73b --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d62f8151f..ac2a4c3d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,14 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD -ipaddress>=1.0.7;python_version<'3.3' # PSF +ipaddress>=1.0.16;python_version<'3.3' # PSF passlib>=1.7.0 # BSD python-ironic-inspector-client>=1.5.0 # Apache-2.0 -python-heatclient>=1.6.1 # Apache-2.0 +python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient>=1.14.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -simplejson>=2.2.0 # MIT +python-openstackclient>=3.12.0 # Apache-2.0 +simplejson>=3.5.1 # MIT six>=1.9.0 # MIT osc-lib>=1.7.0 # Apache-2.0 websocket-client>=0.33.0 # LGPLv2+